aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/sama5d36.dtsi
diff options
context:
space:
mode:
authorJosh Wu <josh.wu@atmel.com>2013-11-06 05:01:12 -0500
committerKevin Hilman <khilman@linaro.org>2013-12-10 12:59:57 -0500
commitb32313c614268ee1fac37d63eceb33413b2d84c0 (patch)
tree837f06ea8b35d1ad9695611a4ec0e6d7c72740b9 /arch/arm/boot/dts/sama5d36.dtsi
parent8e1c9f59442dd4fc80914c224dfd032ca2c284d2 (diff)
ARM: at91: sama5d3/dt: add sama5d36ek dts files
Add .dts and .dtsi file to support sama5d36ek board. Also update the the comments for sama5d36 in sama5d3.dtsi. Signed-off-by: Josh Wu <josh.wu@atmel.com> Acked-by: Boris BREZILLON <b.brezillon@overkiz.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Kevin Hilman <khilman@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/sama5d36.dtsi')
-rw-r--r--arch/arm/boot/dts/sama5d36.dtsi20
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sama5d36.dtsi b/arch/arm/boot/dts/sama5d36.dtsi
new file mode 100644
index 000000000000..6c31c26e6cc0
--- /dev/null
+++ b/arch/arm/boot/dts/sama5d36.dtsi
@@ -0,0 +1,20 @@
1/*
2 * sama5d36.dtsi - Device Tree Include file for SAMA5D36 SoC
3 *
4 * Copyright (C) 2013 Atmel,
5 * 2013 Josh Wu <josh.wu@atmel.com>
6 *
7 * Licensed under GPLv2 or later.
8 */
9#include "sama5d3.dtsi"
10#include "sama5d3_can.dtsi"
11#include "sama5d3_emac.dtsi"
12#include "sama5d3_gmac.dtsi"
13#include "sama5d3_lcd.dtsi"
14#include "sama5d3_mci2.dtsi"
15#include "sama5d3_tcb1.dtsi"
16#include "sama5d3_uart.dtsi"
17
18/ {
19 compatible = "atmel,samad36", "atmel,sama5d3", "atmel,sama5";
20};