aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/r8a7778.dtsi
diff options
context:
space:
mode:
authorUlrich Hecht <ulrich.hecht+renesas@gmail.com>2015-02-16 17:58:57 +0100
committerSimon Horman <horms+renesas@verge.net.au>2015-02-24 06:40:49 +0900
commitd4578204e7af962c70a649ce2a46dc6fbe137db6 (patch)
treec992e96b6ee18e311bd5ae18327e2e138081695b /arch/arm/boot/dts/r8a7778.dtsi
parentARM: shmobile: bockw: add USB, VIN pin descriptions to DT (diff)
downloadlinux-dev-d4578204e7af962c70a649ce2a46dc6fbe137db6.tar.xz
linux-dev-d4578204e7af962c70a649ce2a46dc6fbe137db6.zip
ARM: shmobile: r8a7778 dtsi: Add Bus State Controller node
Add a node for the Bus State Controller (BSC) on r8a7778, to which multiple external devices can be connected. Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7778.dtsi')
-rw-r--r--arch/arm/boot/dts/r8a7778.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7778.dtsi b/arch/arm/boot/dts/r8a7778.dtsi
index c802e72a73bd..5d486b9390b8 100644
--- a/arch/arm/boot/dts/r8a7778.dtsi
+++ b/arch/arm/boot/dts/r8a7778.dtsi
@@ -41,6 +41,13 @@
spi2 = &hspi2;
};
+ bsc: bus@1c000000 {
+ compatible = "simple-bus";
+ #address-cells = <1>;
+ #size-cells = <1>;
+ ranges = <0 0 0x1c000000>;
+ };
+
ether: ethernet@fde00000 {
compatible = "renesas,ether-r8a7778";
reg = <0xfde00000 0x400>;