mirror of https://gitee.com/openkylin/linux.git
21 lines
270 B
Plaintext
21 lines
270 B
Plaintext
|
/dts-v1/;
|
||
|
|
||
|
#include "tegra124.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "NVIDIA Tegra124 Venice2";
|
||
|
compatible = "nvidia,venice2", "nvidia,tegra124";
|
||
|
|
||
|
memory {
|
||
|
reg = <0x80000000 0x80000000>;
|
||
|
};
|
||
|
|
||
|
serial@70006000 {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
pmc@7000e400 {
|
||
|
nvidia,invert-interrupt;
|
||
|
};
|
||
|
};
|