
13 Apr
2017
13 Apr
'17
11:17 p.m.
On 23 March 2017 at 19:18, Wenyou Yang wenyou.yang@atmel.com wrote:
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
Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3:
- Fix the compatible of spi flash, use "spi-flash".
Changes in v2:
- Remove unneeded the pinctrl node for cs pin of spi0.
arch/arm/dts/Makefile | 3 + arch/arm/dts/at91-sama5d4_xplained.dts | 286 +++++ arch/arm/dts/sama5d4.dtsi | 1935 ++++++++++++++++++++++++++++++++ 3 files changed, 2224 insertions(+) create mode 100644 arch/arm/dts/at91-sama5d4_xplained.dts create mode 100644 arch/arm/dts/sama5d4.dtsi
Applied to u-boot-dm, thanks!