lantiq/xrx200: add usif support to dts files

The Lantiq XRX200 aka VR9 doesn't have an asc0. Instead,
there is an USIF module which can either be an UART or a
SPI Controller.

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
master
Martin Schiller 6 years ago committed by Mathias Kresin
parent cde4f9008a
commit d84ac78d6a
  1. 8
      target/linux/lantiq/files-4.14/arch/mips/boot/dts/vr9.dtsi
  2. 8
      target/linux/lantiq/files-4.9/arch/mips/boot/dts/vr9.dtsi

@ -184,11 +184,11 @@
interrupts = <126 127 128 129 130 131>;
};
asc0: serial@e100400 {
compatible = "lantiq,asc";
reg = <0xe100400 0x400>;
usif: usif@da00000 {
compatible = "lantiq,usif";
reg = <0xda00000 0x1000000>;
interrupt-parent = <&icu0>;
interrupts = <104 105 106>;
interrupts = <29 125 107 108 109 110>;
status = "disabled";
};

@ -126,11 +126,11 @@
interrupts = <126 127 128 129 130 131>;
};
asc0: serial@E100400 {
compatible = "lantiq,asc";
reg = <0xE100400 0x400>;
usif: usif@da00000 {
compatible = "lantiq,usif";
reg = <0xda00000 0x1000000>;
interrupt-parent = <&icu0>;
interrupts = <104 105 106>;
interrupts = <29 125 107 108 109 110>;
status = "disabled";
};

Loading…
Cancel
Save