diff options
author | 2023-08-31 13:52:28 +0200 | |
---|---|---|
committer | 2023-09-25 09:19:20 +0200 | |
commit | 990da779a43aa678045bdb23f937e219e3ebc480 (patch) | |
tree | 66df9ee72e681ed6840d24b659624290d51e110c | |
parent | ARM: dts: renesas: r8a7779: Add LBSC node (diff) | |
download | wireguard-linux-990da779a43aa678045bdb23f937e219e3ebc480.tar.xz wireguard-linux-990da779a43aa678045bdb23f937e219e3ebc480.zip |
ARM: dts: renesas: r8a7792: Add LBSC node
Add a minimal device node for the Local Bus State Controller (LBSC) on
the R-Car V2H SoC, to be extended by board DTS files for devices
residing in the LBSC external address space.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/182fce2257679f6a8963ecb77aae68af617556d1.1693481518.git.geert+renesas@glider.be
-rw-r--r-- | arch/arm/boot/dts/renesas/r8a7792.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/renesas/r8a7792.dtsi b/arch/arm/boot/dts/renesas/r8a7792.dtsi index a6d9367f8fa0..ecfab3ff59e8 100644 --- a/arch/arm/boot/dts/renesas/r8a7792.dtsi +++ b/arch/arm/boot/dts/renesas/r8a7792.dtsi @@ -84,6 +84,13 @@ clock-frequency = <0>; }; + lbsc: lbsc { + compatible = "simple-bus"; + #address-cells = <1>; + #size-cells = <1>; + ranges = <0 0 0 0x1c000000>; + }; + pmu { compatible = "arm,cortex-a15-pmu"; interrupts-extended = <&gic GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>, |