18c2ecf20Sopenharmony_ciAXM5516 clock driver bindings
28c2ecf20Sopenharmony_ci-----------------------------
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciRequired properties :
58c2ecf20Sopenharmony_ci- compatible : shall contain "lsi,axm5516-clks"
68c2ecf20Sopenharmony_ci- reg : shall contain base register location and length
78c2ecf20Sopenharmony_ci- #clock-cells : shall contain 1
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ciThe consumer specifies the desired clock by having the clock ID in its "clocks"
108c2ecf20Sopenharmony_ciphandle cell. See <dt-bindings/clock/lsi,axxia-clock.h> for the list of
118c2ecf20Sopenharmony_cisupported clock IDs.
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ciExample:
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ci	clks: clock-controller@2010020000 {
168c2ecf20Sopenharmony_ci		compatible = "lsi,axm5516-clks";
178c2ecf20Sopenharmony_ci		#clock-cells = <1>;
188c2ecf20Sopenharmony_ci		reg = <0x20 0x10020000 0 0x20000>;
198c2ecf20Sopenharmony_ci	};
208c2ecf20Sopenharmony_ci
218c2ecf20Sopenharmony_ci	serial0: uart@2010080000 {
228c2ecf20Sopenharmony_ci		compatible = "arm,pl011", "arm,primecell";
238c2ecf20Sopenharmony_ci		reg = <0x20 0x10080000 0 0x1000>;
248c2ecf20Sopenharmony_ci		interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
258c2ecf20Sopenharmony_ci		clocks = <&clks AXXIA_CLK_PER>;
268c2ecf20Sopenharmony_ci		clock-names = "apb_pclk";
278c2ecf20Sopenharmony_ci	};
288c2ecf20Sopenharmony_ci																																};
298c2ecf20Sopenharmony_ci
30