1/* 2 * Copyright (c) 2021 IoT.bzh 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7#include <renesas/rcar/gen3/rcar_gen3_cr7.dtsi> 8#include <zephyr/dt-bindings/clock/r8a7795_cpg_mssr.h> 9 10/ { 11 soc { 12 cpg: clock-controller@e6150000 { 13 compatible = "renesas,r8a7795-cpg-mssr"; 14 reg = <0xe6150000 0x1000>; 15 #clock-cells = <2>; 16 }; 17 18 can0: can@e6c30000 { 19 clocks = <&cpg CPG_MOD 916>, 20 <&cpg CPG_CORE R8A7795_CLK_CANFD>; 21 }; 22 23 pwm0: pwm@e6e30000 { 24 clocks = <&cpg CPG_MOD 523>, 25 <&cpg CPG_CORE R8A7795_CLK_S0D12>; 26 }; 27 28 scif1: serial@e6e68000 { 29 clocks = <&cpg CPG_MOD 206>, 30 <&cpg CPG_CORE R8A7795_CLK_S3D4>; 31 }; 32 33 scif2: serial@e6e88000 { 34 clocks = <&cpg CPG_MOD 310>, 35 <&cpg CPG_CORE R8A7795_CLK_S3D4>; 36 }; 37 }; 38}; 39