Lines Matching +full:sam9x60 +full:- +full:sckc
1 Device Tree Clock bindings for arch-at91
5 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
10 - compatible : shall be one of the following:
11 "atmel,at91sam9x5-sckc",
12 "atmel,sama5d3-sckc",
13 "atmel,sama5d4-sckc" or
14 "microchip,sam9x60-sckc":
15 at91 SCKC (Slow Clock Controller)
16 - #clock-cells : shall be 1 for "microchip,sam9x60-sckc" otherwise shall be 0.
17 - clocks : shall be the input parent clock phandle for the clock.
20 - atmel,osc-bypass : boolean property. Set this when a clock signal is directly
24 sckc@fffffe50 {
25 compatible = "atmel,at91sam9x5-sckc";
28 #clock-cells = <0>;
34 - compatible : shall be "atmel,<chip>-pmc", "syscon" or
35 "microchip,sam9x60-pmc"
40 - #clock-cells : from common clock binding; shall be set to 2. The first entry
43 - clocks : Must contain an entry for each entry in clock-names.
44 - clock-names: Must include the following entries: "slow_clk", "main_xtal"
47 - atmel,osc-bypass : boolean property. Set this when a clock signal is directly
52 compatible = "atmel,sama5d4-pmc", "syscon";
55 #clock-cells = <2>;
57 clock-names = "slow_clk", "main_xtal";