[GIT PULL 3/5] Broadcom devicetree-arm64 changes for 6.17
Florian Fainelli
florian.fainelli at broadcom.com
Mon Jun 30 12:02:14 PDT 2025
The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:
Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)
are available in the Git repository at:
https://github.com/Broadcom/stblinux.git tags/arm-soc/for-6.17/devicetree-arm64
for you to fetch changes up to 657e413c277898f0ff91922475c67d82faaeeef7:
arm64: dts: broadcom: northstar2: Drop GIC V2M "interrupt-parent" (2025-06-10 10:49:57 -0700)
----------------------------------------------------------------
This pull request contains Broadcom ARM64-based SoCs Device Tree updates
for 6.17, please pull the following:
- Linus updates the 64-bit BCMBCA SoCs Device Tree with the common
peripherals that exit as well as correct IRQ assignments
- Andrea adds support for the RP1 companion chip on the Raspberry Pi 5
systems with clocks, gpios, pinctrl, all of that using an overlay to
describe those peripherals
- Rob drops the interrupt-parent property from the GICv2M node on
Northstar2 SoCs
----------------------------------------------------------------
Andrea della Porta (7):
dt-bindings: clock: Add RaspberryPi RP1 clock bindings
dt-bindings: pinctrl: Add RaspberryPi RP1 gpio/pinctrl/pinmux bindings
dt-bindings: misc: Add device specific bindings for RaspberryPi RP1
arm64: dts: rp1: Add support for RaspberryPi's RP1 device
arm64: dts: bcm2712: Add external clock for RP1 chipset on Rpi5
arm64: dts: broadcom: Add board DTS for Rpi5 which includes RP1 node
arm64: dts: broadcom: Add overlay for RP1 device
Linus Walleij (4):
ARM64: dts: bcm4908: Add BCMBCA peripherals
ARM64: dts: bcm6856: Add BCMBCA peripherals
ARM64: dts: bcm6858: Add BCMBCA peripherals
ARM64: dts: bcm63158: Add BCMBCA peripherals
Rob Herring (Arm) (1):
arm64: dts: broadcom: northstar2: Drop GIC V2M "interrupt-parent"
.../bindings/clock/raspberrypi,rp1-clocks.yaml | 58 ++++++
.../devicetree/bindings/misc/pci1de4,1.yaml | 137 ++++++++++++++
.../bindings/pinctrl/raspberrypi,rp1-gpio.yaml | 198 +++++++++++++++++++++
arch/arm64/boot/dts/broadcom/Makefile | 4 +-
.../boot/dts/broadcom/bcm2712-rpi-5-b-ovl-rp1.dts | 121 +++++++++++++
arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b.dts | 111 ++----------
arch/arm64/boot/dts/broadcom/bcmbca/bcm4908.dtsi | 116 +++++++++++-
arch/arm64/boot/dts/broadcom/bcmbca/bcm63158.dtsi | 129 ++++++++++++++
arch/arm64/boot/dts/broadcom/bcmbca/bcm6856.dtsi | 130 +++++++++++++-
arch/arm64/boot/dts/broadcom/bcmbca/bcm6858.dtsi | 119 ++++++++++++-
arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi | 8 -
arch/arm64/boot/dts/broadcom/rp1-common.dtsi | 42 +++++
arch/arm64/boot/dts/broadcom/rp1-nexus.dtsi | 14 ++
arch/arm64/boot/dts/broadcom/rp1.dtso | 11 ++
include/dt-bindings/clock/raspberrypi,rp1-clocks.h | 61 +++++++
15 files changed, 1145 insertions(+), 114 deletions(-)
create mode 100644 Documentation/devicetree/bindings/clock/raspberrypi,rp1-clocks.yaml
create mode 100644 Documentation/devicetree/bindings/misc/pci1de4,1.yaml
create mode 100644 Documentation/devicetree/bindings/pinctrl/raspberrypi,rp1-gpio.yaml
create mode 100644 arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b-ovl-rp1.dts
create mode 100644 arch/arm64/boot/dts/broadcom/rp1-common.dtsi
create mode 100644 arch/arm64/boot/dts/broadcom/rp1-nexus.dtsi
create mode 100644 arch/arm64/boot/dts/broadcom/rp1.dtso
create mode 100644 include/dt-bindings/clock/raspberrypi,rp1-clocks.h
More information about the linux-arm-kernel
mailing list