14 lines
194 B
Plaintext
14 lines
194 B
Plaintext
|
/dts-v1/;
|
||
|
|
||
|
/include/ ARCH_CPU_DTS
|
||
|
|
||
|
/ {
|
||
|
model = "NVIDIA Dalmore";
|
||
|
compatible = "nvidia,dalmore", "nvidia,tegra114";
|
||
|
|
||
|
memory {
|
||
|
device_type = "memory";
|
||
|
reg = <0x80000000 0x80000000>;
|
||
|
};
|
||
|
};
|