summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/tegra20-paz00.dts
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2013-04-12 12:28:18 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-04-14 10:45:02 +0200
commit48ded694703281a29bdb169391559deb3e3d9e8a (patch)
treee688641b30ce9e00f16a8de01706c5b69a537957 /arch/arm/dts/tegra20-paz00.dts
parent3ad53b334eb45e9eb3886bb2207dff35eaa15cef (diff)
downloadbarebox-48ded694703281a29bdb169391559deb3e3d9e8a.tar.gz
barebox-48ded694703281a29bdb169391559deb3e3d9e8a.tar.xz
tegra: switch to DT only
We will follow the Linux kernel and go devicetree only for Tegra. This doesn't prevent specific code for certain boards, but always requires a valid DTB for all boards. Also regenerate the AC100 defconfig to reflect this change. Signed-off-by: Lucas Stach <dev@lynxeye.de> Tested-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/dts/tegra20-paz00.dts')
-rw-r--r--arch/arm/dts/tegra20-paz00.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/dts/tegra20-paz00.dts b/arch/arm/dts/tegra20-paz00.dts
new file mode 100644
index 0000000000..09ccb8ba3a
--- /dev/null
+++ b/arch/arm/dts/tegra20-paz00.dts
@@ -0,0 +1,12 @@
+/dts-v1/;
+
+/include/ "tegra20.dtsi"
+
+/ {
+ model = "Toshiba AC100 / Dynabook AZ";
+ compatible = "compal,paz00", "nvidia,tegra20";
+
+ memory {
+ reg = <0x00000000 0x20000000>;
+ };
+};