Skip to content

Commit 76caed2

Browse files
AlessandroLuokartben
authored andcommitted
dts: bindings: add back missing pl011 for apollo4p
This commit adds back missing pl011 for apollo4p and fixed compiling errors. Signed-off-by: Hao Luo <hluo@ambiq.com>
1 parent 7f5b686 commit 76caed2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dts/arm/ambiq/ambiq_apollo4p.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
};
110110

111111
uart0: uart@4001c000 {
112-
compatible = "ambiq,pl011-uart";
112+
compatible = "ambiq,pl011-uart", "arm,pl011";
113113
reg = <0x4001c000 0x1000>;
114114
interrupts = <15 0>;
115115
interrupt-names = "UART0";
@@ -118,7 +118,7 @@
118118
};
119119

120120
uart1: uart@4001d000 {
121-
compatible = "ambiq,pl011-uart";
121+
compatible = "ambiq,pl011-uart", "arm,pl011";
122122
reg = <0x4001d000 0x1000>;
123123
interrupts = <16 0>;
124124
interrupt-names = "UART1";

0 commit comments

Comments
 (0)