Lines Matching +full:clocks +full:- +full:bindings
2 -----------------------
6 - compatible: standard compatible string for a Primecell peripheral,
7 see Documentation/devicetree/bindings/arm/primecell.yaml
11 - reg: standard registers property, physical address and size
14 - clock-names: from the common clock bindings, for more details see
15 Documentation/devicetree/bindings/clock/clock-bindings.txt;
18 - clocks: from the common clock bindings, phandle and clock
19 specifier pairs for the entries of clock-names property
21 - #clock-cells: from the common clock bindings;
24 - clock-output-names: from the common clock bindings;
27 - assigned-clocks: from the common clock binding;
31 - assigned-clock-parents: from the common clock binding;
32 should be: phandle of input clock listed in clocks
39 clocks = <&v2m_refclk32khz>, <&v2m_refclk1mhz>, <&smbclk>;
40 clock-names = "refclk", "timclk", "apb_pclk";
41 #clock-cells = <1>;
42 clock-output-names = "timerclken0", "timerclken1", "timerclken2", "timerclken3";
43 assigned-clocks = <&v2m_sysctl 0>, <&v2m_sysctl 1>, <&v2m_sysctl 3>, <&v2m_sysctl 3>;
44 …assigned-clock-parents = <&v2m_refclk1mhz>, <&v2m_refclk1mhz>, <&v2m_refclk1mhz>, <&v2m_refclk1mhz…