[U-Boot] [PATCH v2 5/7] Tegra30: Cardhu: Add DT files

Tom Warren twarren.nvidia at gmail.com
Tue Dec 4 00:45:20 CET 2012


These are stripped down for bringup, They'll be filled out later
to match-up with the kernel DT contents, and/or as devices are
brought up (mmc, usb, spi, etc.).

Signed-off-by: Tom Warren <twarren at nvidia.com>
---
V2: Reduce to the minimum needed to build/boot to cmd prompt

 arch/arm/dts/tegra30.dtsi           |    6 ++++++
 board/nvidia/dts/tegra30-cardhu.dts |   14 ++++++++++++++
 2 files changed, 20 insertions(+), 0 deletions(-)
 create mode 100644 arch/arm/dts/tegra30.dtsi
 create mode 100644 board/nvidia/dts/tegra30-cardhu.dts

diff --git a/arch/arm/dts/tegra30.dtsi b/arch/arm/dts/tegra30.dtsi
new file mode 100644
index 0000000..e29f5f6
--- /dev/null
+++ b/arch/arm/dts/tegra30.dtsi
@@ -0,0 +1,6 @@
+/include/ "skeleton.dtsi"
+
+/ {
+	model = "NVIDIA Tegra30";
+	compatible = "nvidia,tegra30";
+};
diff --git a/board/nvidia/dts/tegra30-cardhu.dts b/board/nvidia/dts/tegra30-cardhu.dts
new file mode 100644
index 0000000..0aa2625
--- /dev/null
+++ b/board/nvidia/dts/tegra30-cardhu.dts
@@ -0,0 +1,14 @@
+/dts-v1/;
+
+/memreserve/ 0x1c000000 0x04000000;
+/include/ ARCH_CPU_DTS
+
+/ {
+	model = "NVIDIA Cardhu";
+	compatible = "nvidia,cardhu", "nvidia,tegra30";
+
+	memory {
+		device_type = "memory";
+		reg = <0x80000000 0xc0000000>;
+	};
+};
-- 
1.7.0.4



More information about the U-Boot mailing list