Searched +full:sun4i +full:- +full:a10 +full:- +full:apb1 +full:- +full:clk (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/clock/allwinner,sun4i-a10-gates-clk.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Allwinner A10 Bus Gates Clock10 - Chen-Yu Tsai <wens@csie.org>11 - Maxime Ripard <mripard@kernel.org>16 "#clock-cells":24 - const: allwinner,sun4i-a10-gates-clk25 - const: allwinner,sun4i-a10-axi-gates-clk[all …]
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/clock/allwinner,sun4i-a10-apb1-clk.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Allwinner A10 APB1 Bus Clock10 - Chen-Yu Tsai <wens@csie.org>11 - Maxime Ripard <mripard@kernel.org>16 "#clock-cells":20 const: allwinner,sun4i-a10-apb1-clk30 clock-output-names:[all …]
1 /*-2 * SPDX-License-Identifier: BSD-2-Clause41 #include <dev/clk/clk_div.h>42 #include <dev/clk/clk_fixed.h>43 #include <dev/clk/clk_mux.h>45 #include <dev/clk/allwinner/aw_ccung.h>47 #include <dt-bindings/clock/sun4i-a10-ccu.h>48 #include <dt-bindings/clock/sun7i-a20-ccu.h>49 #include <dt-bindings/reset/sun4i-a10-ccu.h>51 /* Non-exported resets */[all …]