diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-06-18 14:55:03 +0200 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-07-30 18:44:44 +0200 |
commit | 22b5a0f7bc07ac4b4e4aab9a7f8cf2521819c1c4 (patch) | |
tree | 98e7b97ca85efee92f646f7bf7735757e3bc4714 /arch/arm/boot/dts/Makefile | |
parent | ARM: at91/dt: add basic dtsi for sama5d2 SoC (diff) | |
download | linux-22b5a0f7bc07ac4b4e4aab9a7f8cf2521819c1c4.tar.xz linux-22b5a0f7bc07ac4b4e4aab9a7f8cf2521819c1c4.zip |
ARM: at91/dt: add minimal sama5d2 Xplained board
Add minimal support for the new sama5d2 Xplained board. Only USB,
spi/i2c, ethernet and uart/usart peripherals added.
With this DTS file you can boot the board and begin to play with it.
Rootfs on NFS and sd card have successfully been tested.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 246473a244f6..6e8d95e1637d 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -41,6 +41,7 @@ dtb-$(CONFIG_SOC_SAM_V4_V5) += \ at91sam9x35ek.dtb dtb-$(CONFIG_SOC_SAM_V7) += \ at91-kizbox2.dtb \ + at91-sama5d2_xplained.dtb \ at91-sama5d3_xplained.dtb \ sama5d31ek.dtb \ sama5d33ek.dtb \ |