mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-04 11:43:54 +08:00
22 lines
312 B
Plaintext
22 lines
312 B
Plaintext
|
/dts-v1/;
|
||
|
|
||
|
/include/ "tegra114.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "NVIDIA Tegra114 Dalmore evaluation board";
|
||
|
compatible = "nvidia,dalmore", "nvidia,tegra114";
|
||
|
|
||
|
memory {
|
||
|
reg = <0x80000000 0x40000000>;
|
||
|
};
|
||
|
|
||
|
serial@70006300 {
|
||
|
status = "okay";
|
||
|
clock-frequency = <408000000>;
|
||
|
};
|
||
|
|
||
|
pmc {
|
||
|
nvidia,invert-interrupt;
|
||
|
};
|
||
|
};
|