Lines Matching +full:milbeaut +full:- +full:usio +full:- +full:uart
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/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
17 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
22 - socionext,milbeaut-m10v-ccu
31 '#clock-cells':
35 - compatible
36 - reg
37 - clocks
38 - '#clock-cells'
44 - |
45 m10v-clk-ctrl@1d021000 {
46 compatible = "socionext,milbeaut-m10v-ccu";
48 #clock-cells = <1>;
53 - |
56 compatible = "fixed-clock";
57 #clock-cells = <0>;
58 clock-frequency = <40000000>;
63 # The clock consumer shall specify the desired clock-output of the clock
64 # controller as below by specifying output-id in its "clk" phandle cell.
65 # 2: uart
66 # 4: 32-bit timer
67 # 7: UHS-I/II
68 - |
70 compatible = "socionext,milbeaut-usio-uart";
73 interrupt-names = "rx", "tx";