1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/bindings/clock/milbeaut-clock.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Milbeaut SoCs Clock Controller Binding
10 - Taichi Sugaya <sugaya.taichi@socionext.com>
13 Milbeaut SoCs Clock controller is an integrated clock controller, which
14 generates and supplies to all modules.
16 This binding uses common clock bindings
17 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
24 - socionext,milbeaut-m10v-ccu
27 description: external clock
39 # Clock controller node:
41 m10v-clk-ctrl@1d021000 {
42 compatible = "socionext,milbeaut-m10v-clk-ccu";
43 reg = <0x1d021000 0x4000>;
45 clocks = <&clki40mhz>;
48 # Required an external clock for Clock controller node:
51 clki40mhz: clki40mhz {
52 compatible = "fixed-clock";
54 clock-frequency = <40000000>;
59 # The clock consumer shall specify the desired clock-output of the clock
60 # controller as below by specifying output-id in its "clk" phandle cell.
66 compatible = "socionext,milbeaut-usio-uart";
67 reg = <0x1e700010 0x10>;
68 interrupts = <0 141 0x4>, <0 149 0x4>;
69 interrupt-names = "rx", "tx";