Skip to content

Commit eebf2df

Browse files
committed
dts: bcm2712: PL011 UARTs are actually r1p5
The ARM PL011 UART instances in BCM2712 are r1p5 spec, which means they have 32-entry FIFOs. The correct periphid value for this is 0x00341011. Thanks to N Buchwitz for pointing this out. Signed-off-by: Phil Elwell <phil@raspberrypi.com>
1 parent 03f2d50 commit eebf2df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm64/boot/dts/broadcom/bcm2712-ds.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,10 @@
618618
IRQ_TYPE_LEVEL_HIGH)>;
619619
};
620620

621+
&uart10 {
622+
arm,primecell-periphid = <0x00341011>;
623+
};
624+
621625
&aon_intr {
622626
status = "disabled";
623627
};

0 commit comments

Comments
 (0)