diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2020-08-22 19:19:20 +0300 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2020-08-27 03:02:58 +0300 |
commit | 5e396bb05b89e23e98e6d75749b77502e68210a4 (patch) | |
tree | 27088d8b3295fdbb55e8180db26cdbd7a5546436 /arch/arm/boot/dts/bcm5301x.dtsi | |
parent | 0ea4b29d149586667d96767f1fc8e57ee942c1b0 (diff) | |
download | linux-5e396bb05b89e23e98e6d75749b77502e68210a4.tar.xz |
ARM: dts: BCM5301X: Specify uart2 in the DT
The BCM53016 in the Meraki MR32 utilizes the third "uart2"
to connect to a on-board Bluetooth-LE 4.0 BCM20732 chip.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Reviewed-by: Scott Branden <scott.branden@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm5301x.dtsi')
-rw-r--r-- | arch/arm/boot/dts/bcm5301x.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm5301x.dtsi b/arch/arm/boot/dts/bcm5301x.dtsi index 45cd8c7411dd..eb1290fed235 100644 --- a/arch/arm/boot/dts/bcm5301x.dtsi +++ b/arch/arm/boot/dts/bcm5301x.dtsi @@ -392,6 +392,15 @@ reg = <0x18105000 0x1000>; }; + uart2: serial@18008000 { + compatible = "ns16550a"; + reg = <0x18008000 0x20>; + clocks = <&iprocslow>; + interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>; + reg-shift = <2>; + status = "disabled"; + }; + i2c0: i2c@18009000 { compatible = "brcm,iproc-i2c"; reg = <0x18009000 0x50>; |