summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/sama5d31ek.dts
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2013-04-19 20:50:25 +0200
committerOlof Johansson <olof@lixom.net>2013-04-19 20:50:25 +0200
commita71efd61db6368629b1b3e403076c957207f79bd (patch)
tree76819c82b72f9f6eb4accf658f66d6b565bc3717 /arch/arm/boot/dts/sama5d31ek.dts
parentMerge tag 'omap-for-v3.10/dss-signed' of git://git.kernel.org/pub/scm/linux/k... (diff)
parentARM: at91: add defconfig for SAMA5 (diff)
downloadlinux-a71efd61db6368629b1b3e403076c957207f79bd.tar.xz
linux-a71efd61db6368629b1b3e403076c957207f79bd.zip
Merge branch 'at91/soc' into late/cleanup
* at91/soc: ARM: at91: add defconfig for SAMA5 ARM: at91: dt: add device tree files for SAMA5D3 family ARM: at91: introduce SAMA5 support ARM: at91: introduce the core type choice to split ARMv4/5 and ARMv7 arch ARM: at91: add AT91_SAM9_TIME entry to select at91sam926x_time.c compilation ARM: at91: change name template in AT91_SOC_START macro ARM: at91: renamme rm9200 dt file ARM: at91: rename board-dt to more specific name board-dt-sam9 ARM: at91: move non DT Kconfig to Kconfig.non_dt
Diffstat (limited to 'arch/arm/boot/dts/sama5d31ek.dts')
-rw-r--r--arch/arm/boot/dts/sama5d31ek.dts51
1 files changed, 51 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sama5d31ek.dts b/arch/arm/boot/dts/sama5d31ek.dts
new file mode 100644
index 000000000000..fa5d216f1db7
--- /dev/null
+++ b/arch/arm/boot/dts/sama5d31ek.dts
@@ -0,0 +1,51 @@
+/*
+ * sama5d31ek.dts - Device Tree file for SAMA5D31-EK board
+ *
+ * Copyright (C) 2013 Atmel,
+ * 2013 Ludovic Desroches <ludovic.desroches@atmel.com>
+ *
+ * Licensed under GPLv2 or later.
+ */
+/dts-v1/;
+/include/ "sama5d3xmb.dtsi"
+/include/ "sama5d3xdm.dtsi"
+
+/ {
+ model = "Atmel SAMA5D31-EK";
+ compatible = "atmel,sama5d31ek", "atmel,sama5d3xmb", "atmel,sama5d3xcm", "atmel,sama5d3", "atmel,sama5";
+
+ ahb {
+ apb {
+ spi0: spi@f0004000 {
+ status = "okay";
+ };
+
+ ssc0: ssc@f0008000 {
+ status = "okay";
+ };
+
+ i2c0: i2c@f0014000 {
+ status = "okay";
+ };
+
+ i2c1: i2c@f0018000 {
+ status = "okay";
+ };
+
+ macb1: ethernet@f802c000 {
+ status = "okay";
+ };
+ };
+ };
+
+ leds {
+ d3 {
+ label = "d3";
+ gpios = <&pioE 24 0>;
+ };
+ };
+
+ sound {
+ status = "okay";
+ };
+};