mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 05:58:24 -04:00
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>
This commit is contained in:
committed by
Florian Fainelli
parent
b85ea95d08
commit
dadc77c93b
@@ -232,6 +232,12 @@ nand_controller: nand-controller@2000 {
|
||||
interrupt-names = "nand";
|
||||
};
|
||||
|
||||
serial@4400 {
|
||||
compatible = "brcm,bcm63138-hs-uart", "brcm,bcmbca-hs-uart";
|
||||
reg = <0x4400 0x1e0>;
|
||||
interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
bootlut: bootlut@8000 {
|
||||
compatible = "brcm,bcm63138-bootlut";
|
||||
reg = <0x8000 0x50>;
|
||||
|
||||
Reference in New Issue
Block a user