From 79ce91badeec7c1d0789d16800c2cd679f9d006a Mon Sep 17 00:00:00 2001 From: Tom Warren Date: Tue, 11 Dec 2012 13:34:16 +0000 Subject: Tegra30: Cardhu: Add DT files 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 Reviewed-by: Stephen Warren --- board/nvidia/dts/tegra30-cardhu.dts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 board/nvidia/dts/tegra30-cardhu.dts (limited to 'board') diff --git a/board/nvidia/dts/tegra30-cardhu.dts b/board/nvidia/dts/tegra30-cardhu.dts new file mode 100644 index 0000000..3012534 --- /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 0x40000000>; + }; +}; -- cgit v1.1