summaryrefslogtreecommitdiff
path: root/arch/arm/dts/sama5d4.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* ARM: dts: at91: sama5d4_xplained: add onewire connector for LCD eepromEugen Hristev2018-09-281-0/+5
| | | | | | 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-20/+1
| | | | | | | | 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>
* ARM: dts: at91: add dts files for sama5d4 XplainedWenyou Yang2017-04-131-0/+1935
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>