From 8aff0095854a7a3f356712b613902a2deb5ec699 Mon Sep 17 00:00:00 2001 From: Tom Warren Date: Mon, 28 Jan 2013 13:32:11 +0000 Subject: Tegra114: Dalmore: 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 --- board/nvidia/dts/tegra114-dalmore.dts | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 board/nvidia/dts/tegra114-dalmore.dts (limited to 'board/nvidia') diff --git a/board/nvidia/dts/tegra114-dalmore.dts b/board/nvidia/dts/tegra114-dalmore.dts new file mode 100644 index 0000000..7315577 --- /dev/null +++ b/board/nvidia/dts/tegra114-dalmore.dts @@ -0,0 +1,13 @@ +/dts-v1/; + +/include/ ARCH_CPU_DTS + +/ { + model = "NVIDIA Dalmore"; + compatible = "nvidia,dalmore", "nvidia,tegra114"; + + memory { + device_type = "memory"; + reg = <0x80000000 0x80000000>; + }; +}; -- cgit v1.1