diff options
author | Tom Warren <twarren.nvidia@gmail.com> | 2013-01-28 13:32:11 +0000 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2013-02-11 10:35:25 -0700 |
commit | 8aff0095854a7a3f356712b613902a2deb5ec699 (patch) | |
tree | 4e31d689c0f66bee2f4dca4955797cabdf4bf9c4 /arch | |
parent | e23bb6a438074e002801b43f43e9e22904530c53 (diff) | |
download | u-boot-imx-8aff0095854a7a3f356712b613902a2deb5ec699.zip u-boot-imx-8aff0095854a7a3f356712b613902a2deb5ec699.tar.gz u-boot-imx-8aff0095854a7a3f356712b613902a2deb5ec699.tar.bz2 |
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 'arch')
-rw-r--r-- | arch/arm/dts/tegra114.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/tegra114.dtsi b/arch/arm/dts/tegra114.dtsi new file mode 100644 index 0000000..d06cd12 --- /dev/null +++ b/arch/arm/dts/tegra114.dtsi @@ -0,0 +1,5 @@ +/include/ "skeleton.dtsi" + +/ { + compatible = "nvidia,tegra114"; +}; |