|
@@ -63,6 +63,13 @@
|
|
|
method = "smc";
|
|
|
};
|
|
|
|
|
|
+ /* External SCIF clock - to be overridden by boards that provide it */
|
|
|
+ scif_clk: scif {
|
|
|
+ compatible = "fixed-clock";
|
|
|
+ #clock-cells = <0>;
|
|
|
+ clock-frequency = <0>;
|
|
|
+ };
|
|
|
+
|
|
|
soc: soc {
|
|
|
compatible = "simple-bus";
|
|
|
interrupt-parent = <&gic>;
|
|
@@ -412,8 +419,11 @@
|
|
|
"renesas,rcar-gen3-scif", "renesas,scif";
|
|
|
reg = <0 0xe6e88000 0 64>;
|
|
|
interrupts = <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
- clocks = <&cpg CPG_MOD 310>;
|
|
|
- clock-names = "fck";
|
|
|
+ clocks = <&cpg CPG_MOD 310>,
|
|
|
+ <&cpg CPG_CORE R8A77990_CLK_S3D1C>,
|
|
|
+ <&scif_clk>;
|
|
|
+ clock-names = "fck", "brg_int", "scif_clk";
|
|
|
+
|
|
|
power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
|
|
|
resets = <&cpg 310>;
|
|
|
status = "disabled";
|