Searched +full:axm5516 +full:- +full:clks (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)4 ---5 $id: http://devicetree.org/schemas/clock/lsi,axm5516-clks.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#8 title: LSI AXM5516 Clock Controller11 - Anders Berg <anders.berg@lsi.com>14 See <dt-bindings/clock/lsi,axxia-clock.h> for the list of supported clock IDs.18 const: lsi,axm5516-clks23 '#clock-cells':27 - compatible[all …]
1 AXM5516 clock driver bindings2 -----------------------------5 - compatible : shall contain "lsi,axm5516-clks"6 - reg : shall contain base register location and length7 - #clock-cells : shall contain 110 phandle cell. See <dt-bindings/clock/lsi,axxia-clock.h> for the list of15 clks: clock-controller@2010020000 {16 compatible = "lsi,axm5516-clks";17 #clock-cells = <1>;25 clocks = <&clks AXXIA_CLK_PER>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later8 #include <dt-bindings/interrupt-controller/arm-gic.h>9 #include <dt-bindings/clock/lsi,axm5516-clks.h>12 #address-cells = <2>;13 #size-cells = <2>;14 interrupt-parent = <&gic>;25 compatible = "simple-bus";26 #address-cells = <2>;27 #size-cells = <2>;31 compatible = "fixed-clock";[all …]