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";
|
|
};
|
|
};
|
|
};
|