ARM: dts: renesas: r8a7779: Add LBSC node

Add a minimal device node for the Local Bus State Controller (LBSC) on
the R-Car H1 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/2d0a6054306b4975355e65fe012f860ec00fcf55.1693481518.git.geert+renesas@glider.be
This commit is contained in:
Geert Uytterhoeven 2023-08-31 13:52:27 +02:00
parent 175f197116
commit f7287f78d5

View File

@ -699,6 +699,13 @@
};
};
lbsc: lbsc {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0 0 0x1c000000>;
};
prr: chipid@ff000044 {
compatible = "renesas,prr";
reg = <0xff000044 4>;