Skip to content

Commit dadc77c

Browse files
Rafał Miłeckiffainelli
authored andcommitted
ARM: dts: broadcom: Add BCM63138's high speed UART
It's designed for hardwiring Bluetooth devices to it. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Link: https://lore.kernel.org/r/20231122144208.21114-2-zajec5@gmail.com Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
1 parent b85ea95 commit dadc77c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

arch/arm/boot/dts/broadcom/bcm63138.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,12 @@
232232
interrupt-names = "nand";
233233
};
234234

235+
serial@4400 {
236+
compatible = "brcm,bcm63138-hs-uart", "brcm,bcmbca-hs-uart";
237+
reg = <0x4400 0x1e0>;
238+
interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
239+
};
240+
235241
bootlut: bootlut@8000 {
236242
compatible = "brcm,bcm63138-bootlut";
237243
reg = <0x8000 0x50>;

0 commit comments

Comments
 (0)