diff options
| author | Gregor Herburger <gregor.herburger@linutronix.de> | 2026-02-26 11:55:56 +0300 |
|---|---|---|
| committer | Florian Fainelli <florian.fainelli@broadcom.com> | 2026-03-16 23:55:46 +0300 |
| commit | f9b7d552273fd32ec5fd307f48ce40ae6d7ea0c7 (patch) | |
| tree | 25c5838712ff78f1b9c26dcd9dac46f26171687f | |
| parent | cdf38d5997a5cb4ef874602936dfb74a6810f52c (diff) | |
| download | linux-f9b7d552273fd32ec5fd307f48ce40ae6d7ea0c7.tar.xz | |
arm64: dts: broadcom: bcm2712: add camera backend node pispbe
The bcm2712 found in the Raspberry Pi 5 has a PiSP Image Signal
Processor back end image processor.
Add the relevant node to the devicetree.
Signed-off-by: Gregor Herburger <gregor.herburger@linutronix.de>
Link: https://lore.kernel.org/r/20260226-raspi-dts-updates-v1-3-60832d20ff04@linutronix.de
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
| -rw-r--r-- | arch/arm64/boot/dts/broadcom/bcm2712.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/broadcom/bcm2712.dtsi b/arch/arm64/boot/dts/broadcom/bcm2712.dtsi index 69bd2934b93b..98cb2173137e 100644 --- a/arch/arm64/boot/dts/broadcom/bcm2712.dtsi +++ b/arch/arm64/boot/dts/broadcom/bcm2712.dtsi @@ -648,6 +648,13 @@ brcm,msi-offset = <8>; }; + isp: isp@1000880000 { + compatible = "brcm,bcm2712-pispbe", "raspberrypi,pispbe"; + reg = <0x10 0x00880000 0x0 0x4000>; + interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&firmware_clocks 7>; + }; + v3d: gpu@1002000000 { compatible = "brcm,2712-v3d"; reg = <0x10 0x02000000 0x00 0x4000>, |
