mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
19 lines
209 B
Plaintext
19 lines
209 B
Plaintext
|
/dts-v1/;
|
||
|
|
||
|
/include/ "etraxfs.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Axis 88 Developer Board";
|
||
|
compatible = "axis,dev88";
|
||
|
|
||
|
aliases {
|
||
|
serial0 = &uart0;
|
||
|
};
|
||
|
|
||
|
soc {
|
||
|
uart0: serial@b00260000 {
|
||
|
status = "okay";
|
||
|
};
|
||
|
};
|
||
|
};
|