mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 19:28:36 +00:00
8aff009585
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>
13 lines
194 B
Text
13 lines
194 B
Text
/dts-v1/;
|
|
|
|
/include/ ARCH_CPU_DTS
|
|
|
|
/ {
|
|
model = "NVIDIA Dalmore";
|
|
compatible = "nvidia,dalmore", "nvidia,tegra114";
|
|
|
|
memory {
|
|
device_type = "memory";
|
|
reg = <0x80000000 0x80000000>;
|
|
};
|
|
};
|