
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 file for sama5d3 Xplained board.
The dts files are copied from the Linux-4.9, do changes as below.
- 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 compile warning.
Signed-off-by: Wenyou Yang wenyou.yang@atmel.com
Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None
arch/arm/dts/Makefile | 3 + arch/arm/dts/at91-sama5d3_xplained.dts | 348 +++++++++++++++++++++++++++++++++ 2 files changed, 351 insertions(+) create mode 100644 arch/arm/dts/at91-sama5d3_xplained.dts
Applied to u-boot-dm, thanks!