diff options
author | Tom Warren | 2013-01-28 13:32:11 +0000 |
---|---|---|
committer | Tom Warren | 2013-02-11 10:35:25 -0700 |
commit | 8aff0095854a7a3f356712b613902a2deb5ec699 (patch) | |
tree | 4e31d689c0f66bee2f4dca4955797cabdf4bf9c4 /board | |
parent | e23bb6a438074e002801b43f43e9e22904530c53 (diff) |
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 <twarren@nvidia.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/nvidia/dts/tegra114-dalmore.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/board/nvidia/dts/tegra114-dalmore.dts b/board/nvidia/dts/tegra114-dalmore.dts new file mode 100644 index 00000000000..731557798e7 --- /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>; + }; +}; |