@@ -101,6 +101,26 @@
#size-cells = <1>;
ranges;
+ spibsc0: spi@3fefa000 {
+ compatible = "renesas,r7s72100-spibsc", "renesas,spibsc";
+ reg = <0x3fefa000 0x100>, <0x18000000 0x4000000>;
+ clocks = <&mstp9_clks R7S72100_CLK_SPIBSC0>;
+ power-domains = <&cpg_clocks>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ status = "disabled";
+ };
+
+ spibsc1: spi@3fefb000 {
+ compatible = "renesas,r7s72100-spibsc", "renesas,spibsc";
+ reg = <0x3fefb000 0x100>, <0x1c000000 0x4000000>;
+ clocks = <&mstp9_clks R7S72100_CLK_SPIBSC1>;
+ power-domains = <&cpg_clocks>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ status = "disabled";
+ };
+
L2: cache-controller@3ffff000 {
compatible = "arm,pl310-cache";
reg = <0x3ffff000 0x1000>;
@@ -467,11 +487,12 @@
#clock-cells = <1>;
compatible = "renesas,r7s72100-mstp-clocks", "renesas,cpg-mstp-clocks";
reg = <0xfcfe0438 4>;
- clocks = <&p0_clk>, <&p0_clk>, <&p0_clk>, <&p0_clk>;
+ clocks = <&p0_clk>, <&p0_clk>, <&p0_clk>, <&p0_clk>, <&b_clk>, <&b_clk>;
clock-indices = <
R7S72100_CLK_I2C0 R7S72100_CLK_I2C1 R7S72100_CLK_I2C2 R7S72100_CLK_I2C3
+ R7S72100_CLK_SPIBSC0 R7S72100_CLK_SPIBSC1
>;
- clock-output-names = "i2c0", "i2c1", "i2c2", "i2c3";
+ clock-output-names = "i2c0", "i2c1", "i2c2", "i2c3", "spibsc0", "spibsc1";
};
mstp10_clks: mstp10_clks@fcfe043c {
Add the SPI BSC devices for the RZ/A1 Signed-off-by: Chris Brandt <chris.brandt@renesas.com> --- v2: * renamed patch title * removed clock-critical declaration --- arch/arm/boot/dts/r7s72100.dtsi | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-)