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>
This commit is contained in:
parent
e23bb6a438
commit
8aff009585
5
arch/arm/dts/tegra114.dtsi
Normal file
5
arch/arm/dts/tegra114.dtsi
Normal file
@ -0,0 +1,5 @@
|
||||
/include/ "skeleton.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "nvidia,tegra114";
|
||||
};
|
13
board/nvidia/dts/tegra114-dalmore.dts
Normal file
13
board/nvidia/dts/tegra114-dalmore.dts
Normal file
@ -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>;
|
||||
};
|
||||
};
|
Loading…
Reference in New Issue
Block a user