summaryrefslogtreecommitdiff
path: root/arch/arm/dts/at91-sama5d4_xplained.dts
Commit message (Collapse)AuthorAgeFilesLines
* ARM: dts: at91: sama5d4_xplained: add onewire connector for LCD eepromEugen Hristev2018-09-281-0/+16
| | | | | | Add onewire node in device tree for TM series LCDs Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
* board: sama5d4_xplained: Convert to CONFIG_DM_VIDEOWenyou Yang2017-09-291-0/+25
| | | | | | | | Convert the board to support the video driver model, add the device tree node, and remove the unnecessary code. Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com> Reviewed-by: Simon Glass <sjg@chromium.org>
* board: sama5d4_xplained: Set mac address from eepromWenyou Yang2017-09-111-0/+5
| | | | | | | | Add the code to set the ethernet mac address from eeprom by using the common code from the common folder. Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com> Reviewed-by: Simon Glass <sjg@chromium.org>
* ARM: dts: at91: add dts files for sama5d4 XplainedWenyou Yang2017-04-131-0/+286
Add the device tree files for sama5d4 Xplained board. The dts files are copied from Linux-4.4, do the following changes. - add reg property for pinctrl node. - move the gpio nodes(pioA, pioB, pioC ...) from the pinctrl child's nodes to its slibling nodes. - add the "u-boot,dm-pre-reloc" property to determine which nodes which are needed by SPL and by the board_init_f stage. - fix the compilation warnings. Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>