/*
* NXP lx2160a SOC common device tree source
*
- * Copyright 2018-2021 NXP
+ * Copyright 2018-2021, 2023 NXP
*
*/
dma-ranges = <0x0 0x0 0x0 0x0 0x10000 0x00000000>;
uart0: serial@21c0000 {
- compatible = "arm,pl011";
+ compatible = "arm,sbsa-uart","arm,pl011";
reg = <0x0 0x21c0000 0x0 0x1000>;
- clocks = <&clockgen 4 0>;
+ interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
+ current-speed = <115200>;
status = "disabled";
};
uart1: serial@21d0000 {
- compatible = "arm,pl011";
+ compatible = "arm,sbsa-uart","arm,pl011";
reg = <0x0 0x21d0000 0x0 0x1000>;
- clocks = <&clockgen 4 0>;
+ interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
+ current-speed = <115200>;
status = "disabled";
};
uart2: serial@21e0000 {
- compatible = "arm,pl011";
+ compatible = "arm,sbsa-uart","arm,pl011";
reg = <0x0 0x21e0000 0x0 0x1000>;
- clocks = <&clockgen 4 0>;
+ interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
+ current-speed = <115200>;
status = "disabled";
};
uart3: serial@21f0000 {
- compatible = "arm,pl011";
+ compatible = "arm,sbsa-uart","arm,pl011";
reg = <0x0 0x21f0000 0x0 0x1000>;
- clocks = <&clockgen 4 0>;
+ interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
+ current-speed = <115200>;
status = "disabled";
};
};