Revert "riscv: dts: sophgo: Add sophgo,sg2024-uart compatibles"
Signed-off-by: haijiao.liu <haijiao.liu@sophgo.com>
This commit is contained in:
parent
a42bea5b28
commit
c751c5de3f
|
@ -657,7 +657,7 @@
|
|||
};
|
||||
|
||||
uart0: serial@7040000000 {
|
||||
compatible = "sophgo,sg2042-uart", "snps,dw-apb-uart";
|
||||
compatible = "snps,dw-apb-uart";
|
||||
reg = <0x00000070 0x40000000 0x00000000 0x00001000>;
|
||||
interrupt-parent = <&intc>;
|
||||
interrupts = <SOC_PERIPHERAL_IRQ(112) IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
@ -670,7 +670,7 @@
|
|||
};
|
||||
|
||||
uart1: serial@7040001000 {
|
||||
compatible = "sophgo,sg2042-uart", "snps,dw-apb-uart";
|
||||
compatible = "snps,dw-apb-uart";
|
||||
reg = <0x00000070 0x40001000 0x00000000 0x00001000>;
|
||||
interrupt-parent = <&intc>;
|
||||
interrupts = <SOC_PERIPHERAL_IRQ(113) IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
@ -683,7 +683,7 @@
|
|||
};
|
||||
|
||||
uart2: serial@7040002000 {
|
||||
compatible = "sophgo,sg2042-uart", "snps,dw-apb-uart";
|
||||
compatible = "snps,dw-apb-uart";
|
||||
reg = <0x00000070 0x40002000 0x00000000 0x00001000>;
|
||||
interrupt-parent = <&intc>;
|
||||
interrupts = <SOC_PERIPHERAL_IRQ(114) IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
@ -696,7 +696,7 @@
|
|||
};
|
||||
|
||||
uart3: serial@7040003000 {
|
||||
compatible = "sophgo,sg2042-uart", "snps,dw-apb-uart";
|
||||
compatible = "snps,dw-apb-uart";
|
||||
reg = <0x00000070 0x40003000 0x00000000 0x00001000>;
|
||||
interrupt-parent = <&intc>;
|
||||
interrupts = <SOC_PERIPHERAL_IRQ(115) IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
|
Loading…
Reference in New Issue