|
@@ -212,18 +212,24 @@
|
|
|
};
|
|
|
|
|
|
uart1: serial@40014000 {
|
|
|
- compatible = "nxp,serial";
|
|
|
+ compatible = "nxp,lpc3220-hsuart";
|
|
|
reg = <0x40014000 0x1000>;
|
|
|
+ interrupts = <26 0>;
|
|
|
+ status = "disabled";
|
|
|
};
|
|
|
|
|
|
uart2: serial@40018000 {
|
|
|
- compatible = "nxp,serial";
|
|
|
+ compatible = "nxp,lpc3220-hsuart";
|
|
|
reg = <0x40018000 0x1000>;
|
|
|
+ interrupts = <25 0>;
|
|
|
+ status = "disabled";
|
|
|
};
|
|
|
|
|
|
- uart7: serial@4001C000 {
|
|
|
- compatible = "nxp,serial";
|
|
|
- reg = <0x4001C000 0x1000>;
|
|
|
+ uart7: serial@4001c000 {
|
|
|
+ compatible = "nxp,lpc3220-hsuart";
|
|
|
+ reg = <0x4001c000 0x1000>;
|
|
|
+ interrupts = <24 0>;
|
|
|
+ status = "disabled";
|
|
|
};
|
|
|
|
|
|
rtc@40024000 {
|