提交 271b3ad2 编写于 作者: G Geert Uytterhoeven 提交者: Simon Horman

ARM: shmobile: r8a73a4 dtsi: Add Bus State Controller node

Add a node for the Bus State Controller (BSC) on r8a73a4, to which
multiple external devices can be connected.

The BSC is driven by the ZB clock, and located in PM domain C4.
A reference to the latter will be added later.
Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be>
Tested-by: NUlrich Hecht <ulrich.hecht+renesas@gmail.com>
Acked-by: NAcked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
上级 662dd64f
......@@ -409,6 +409,16 @@
interrupts = <1 9 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
};
bsc: bus@fec10000 {
compatible = "renesas,bsc-r8a73a4", "renesas,bsc",
"simple-pm-bus";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0 0 0 0x20000000>;
reg = <0 0xfec10000 0 0x400>;
clocks = <&zb_clk>;
};
clocks {
#address-cells = <2>;
#size-cells = <2>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册