|
@@ -538,10 +538,16 @@
|
|
|
mstp9_clks: mstp9_clks@e6150994 {
|
|
|
compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-clocks";
|
|
|
reg = <0 0xe6150994 0 4>, <0 0xe61509a4 0 4>;
|
|
|
- clocks = <&cpg_clocks R8A7794_CLK_QSPI>;
|
|
|
+ clocks = <&cpg_clocks R8A7794_CLK_QSPI>, <&hp_clk>, <&hp_clk>,
|
|
|
+ <&hp_clk>, <&hp_clk>, <&hp_clk>, <&hp_clk>;
|
|
|
#clock-cells = <1>;
|
|
|
- clock-indices = <R8A7794_CLK_QSPI_MOD>;
|
|
|
- clock-output-names = "qspi_mod";
|
|
|
+ clock-indices = <
|
|
|
+ R8A7794_CLK_QSPI_MOD R8A7794_CLK_I2C5 R8A7794_CLK_I2C4
|
|
|
+ R8A7794_CLK_I2C3 R8A7794_CLK_I2C2 R8A7794_CLK_I2C1
|
|
|
+ R8A7794_CLK_I2C0
|
|
|
+ >;
|
|
|
+ clock-output-names =
|
|
|
+ "qspi_mod", "i2c5", "i2c4", "i2c3", "i2c2", "i2c1", "i2c0";
|
|
|
};
|
|
|
mstp11_clks: mstp11_clks@e615099c {
|
|
|
compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-clocks";
|