Skip to content

Commit 1e672c2

Browse files
committed
Merge tag 'arm-soc/for-6.8/devicetree' of https://github.com/Broadcom/stblinux into soc/dt
This pull request contains Broadcom ARM-based SoCs Device Tree changes for 6.8, please pull the following: - Rafal adds a Device Tree node for the BCM63138 high-speed UART used for Bluetooth devices * tag 'arm-soc/for-6.8/devicetree' of https://github.com/Broadcom/stblinux: ARM: dts: broadcom: Add BCM63138's high speed UART Link: https://lore.kernel.org/r/20231228085822.3656546-1-florian.fainelli@broadcom.com Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents f81647e + dadc77c commit 1e672c2

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)