/* * Copyright (c) 2021 IoT.bzh * * SPDX-License-Identifier: Apache-2.0 */ #include #include / { soc { cpg: clock-controller@e6150000 { compatible = "renesas,r8a7795-cpg-mssr"; reg = <0xe6150000 0x1000>; #clock-cells = <2>; }; can0: can@e6c30000 { clocks = <&cpg CPG_MOD 916>, <&cpg CPG_CORE R8A7795_CLK_CANFD>; }; scif1: serial@e6e68000 { clocks = <&cpg CPG_MOD 206>, <&cpg CPG_CORE R8A7795_CLK_S3D4>; }; scif2: serial@e6e88000 { clocks = <&cpg CPG_MOD 310>, <&cpg CPG_CORE R8A7795_CLK_S3D4>; }; }; };