Lines Matching +full:sama5d4 +full:- +full:pmc
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":
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
25 compatible = "atmel,at91sam9x5-sckc";
28 #clock-cells = <0>;
31 Power Management Controller (PMC):
34 - compatible : shall be "atmel,<chip>-pmc", "syscon" or
35 "microchip,sam9x60-pmc"
39 sama5d2, sama5d3 or sama5d4.
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
51 pmc: pmc@f0018000 {
52 compatible = "atmel,sama5d4-pmc", "syscon";
55 #clock-cells = <2>;
57 clock-names = "slow_clk", "main_xtal";