Skip to content
Snippets Groups Projects
Commit d84ac78d authored by Martin Schiller's avatar Martin Schiller Committed by Mathias Kresin
Browse files

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: default avatarMartin Schiller <ms@dev.tdt.de>
parent cde4f900
No related branches found
No related tags found
No related merge requests found
...@@ -184,11 +184,11 @@ ...@@ -184,11 +184,11 @@
interrupts = <126 127 128 129 130 131>; interrupts = <126 127 128 129 130 131>;
}; };
asc0: serial@e100400 { usif: usif@da00000 {
compatible = "lantiq,asc"; compatible = "lantiq,usif";
reg = <0xe100400 0x400>; reg = <0xda00000 0x1000000>;
interrupt-parent = <&icu0>; interrupt-parent = <&icu0>;
interrupts = <104 105 106>; interrupts = <29 125 107 108 109 110>;
status = "disabled"; status = "disabled";
}; };
......
...@@ -126,11 +126,11 @@ ...@@ -126,11 +126,11 @@
interrupts = <126 127 128 129 130 131>; interrupts = <126 127 128 129 130 131>;
}; };
asc0: serial@E100400 { usif: usif@da00000 {
compatible = "lantiq,asc"; compatible = "lantiq,usif";
reg = <0xE100400 0x400>; reg = <0xda00000 0x1000000>;
interrupt-parent = <&icu0>; interrupt-parent = <&icu0>;
interrupts = <104 105 106>; interrupts = <29 125 107 108 109 110>;
status = "disabled"; status = "disabled";
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment