Searched +full:sun20i +full:- +full:d1 +full:- +full:ledc (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/devicetree/bindings/leds/ |
H A D | allwinner,sun50i-a100-ledc.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/leds/allwinner,sun50i-a100-ledc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Samuel Holland <samuel@sholland.org> 13 The LED controller found in Allwinner sunxi SoCs uses a one-wire serial 19 - const: allwinner,sun50i-a100-ledc 20 - items: 21 - enum: 22 - allwinner,sun20i-d1-ledc [all …]
|
/linux/drivers/pinctrl/sunxi/ |
H A D | pinctrl-sun20i-d1.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Allwinner D1 SoC pinctrl driver. 6 * Copyright (c) 2021-2022 Samuel Holland <samuel@sholland.org> 14 #include "pinctrl-sunxi.h" 54 SUNXI_FUNCTION(0x2, "lcd0"), /* D1 */ 162 SUNXI_FUNCTION(0x4, "ledc"), 193 SUNXI_FUNCTION(0x3, "mmc2"), /* D1 */ 203 SUNXI_FUNCTION(0x6, "pll"), /* DBG-CLK */ 452 SUNXI_FUNCTION(0x2, "ncsi0"), /* D1 */ 455 SUNXI_FUNCTION(0x5, "ledc"), [all …]
|
/linux/drivers/clk/sunxi-ng/ |
H A D | ccu-sun20i-d1.c | 1 // SPDX-License-Identifier: GPL-2.0 7 #include <linux/clk-provider.h> 26 #include "ccu-sun20i-d1.h" 43 .hw.init = CLK_HW_INIT_PARENTS_DATA("pll-cpux", osc24M, 59 .hw.init = CLK_HW_INIT_PARENTS_DATA("pll-ddr0", osc24M, 73 .hw.init = CLK_HW_INIT_PARENTS_DATA("pll-periph0-4x", osc24M, 82 static SUNXI_CCU_M_HWS(pll_periph0_2x_clk, "pll-periph0-2x", 84 static SUNXI_CCU_M_HWS(pll_periph0_800M_clk, "pll-periph0-800M", 90 static CLK_FIXED_FACTOR_HWS(pll_periph0_clk, "pll-periph0", 94 static CLK_FIXED_FACTOR_HWS(pll_periph0_div3_clk, "pll-periph0-div3", [all …]
|