1 Binding for Texas Instruments FAPLL clock. 2 3 This binding uses the common clock binding[1]. 4 register-mapped FAPLL with usually two selecta 5 (reference clock and bypass clock), and one or 6 syntesizers. 7 8 [1] Documentation/devicetree/bindings/clock/cl 9 10 Required properties: 11 - compatible : shall be "ti,dm816-fapll-clock" 12 - #clock-cells : from common clock binding; sh 13 - clocks : link phandles of parent clocks (clk 14 - reg : address and length of the register set 15 16 Examples: 17 main_fapll: main_fapll { 18 #clock-cells = <1>; 19 compatible = "ti,dm816-fapll-c 20 reg = <0x400 0x40>; 21 clocks = <&sys_clkin_ck &sys_c 22 clock-indices = <1>, <2>, <3>, 23 <6>, <7>; 24 clock-output-names = "main_pll 25 "main_pll 26 "main_pll 27 "main_pll 28 "main_pll 29 "main_pll 30 "main_pll 31 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.