mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
c8e840d857
Add a minimal device tree for the ETRAX FS SoC and the Axis 88 developer board. Signed-off-by: Rabin Vincent <rabin@rab.in> Signed-off-by: Jesper Nilsson <jespern@axis.com>
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";
|
|
};
|
|
};
|
|
};
|