Lines Matching +full:sun50i +full:- +full:a64 +full:- +full:r +full:- +full:ccu
1 // SPDX-License-Identifier: GPL-2.0-only
6 #include <linux/clk-provider.h>
19 #include "ccu-sun8i-r.h"
24 { .fw_name = "pll-periph" },
60 * non-const so we can change it on the A83T.
63 static SUNXI_CCU_GATE_HWS(apb0_pio_clk, "apb0-pio",
65 static SUNXI_CCU_GATE_HWS(apb0_ir_clk, "apb0-ir",
67 static SUNXI_CCU_GATE_HWS(apb0_timer_clk, "apb0-timer",
69 static SUNXI_CCU_GATE_HWS(apb0_rsb_clk, "apb0-rsb",
71 static SUNXI_CCU_GATE_HWS(apb0_uart_clk, "apb0-uart",
73 static SUNXI_CCU_GATE_HWS(apb0_i2c_clk, "apb0-i2c",
75 static SUNXI_CCU_GATE_HWS(apb0_twd_clk, "apb0-twd",
239 desc = of_device_get_match_data(&pdev->dev); in sun8i_r_ccu_probe()
241 return -EINVAL; in sun8i_r_ccu_probe()
247 return devm_sunxi_ccu_probe(&pdev->dev, reg, desc); in sun8i_r_ccu_probe()
252 .compatible = "allwinner,sun8i-a83t-r-ccu",
256 .compatible = "allwinner,sun8i-h3-r-ccu",
260 .compatible = "allwinner,sun50i-a64-r-ccu",
270 .name = "sun8i-r-ccu",