Searched +full:sun9i +full:- +full:a80 +full:- +full:prcm (Results 1 – 6 of 6) sorted by relevance
/linux/Documentation/devicetree/bindings/arm/sunxi/ |
H A D | allwinner,sun9i-a80-prcm.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/arm/sunxi/allwinner,sun9i-a80-prcm.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Allwinner A80 PRCM 10 - Chen-Yu Tsai <wens@csie.org> 11 - Maxime Ripard <mripard@kernel.org> 15 const: allwinner,sun9i-a80-prcm 21 - compatible 22 - reg [all …]
|
/linux/Documentation/devicetree/bindings/clock/ |
H A D | allwinner,sun4i-a10-mod0-clk.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/clock/allwinner,sun4i-a10-mod0-clk.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Chen-Yu Tsai <wens@csie.org> 11 - Maxime Ripard <mripard@kernel.org> 20 - allwinner,sun4i-a10-mod0-clk 21 - allwinner,sun9i-a80-mod0-clk 23 # The PRCM on the A31 and A23 will have the reg property missing, 25 # PRCM's schema. Make sure we only validate standalone nodes. [all …]
|
/linux/arch/arm/boot/dts/allwinner/ |
H A D | sun9i-a80.dtsi | 2 * Copyright 2014 Chen-Yu Tsai 4 * Chen-Yu Tsai <wens@csie.org> 6 * This file is dual-licensed: you can use it either under the terms 45 #include <dt-bindings/interrupt-controller/arm-gic.h> 47 #include <dt-bindings/clock/sun9i-a80-ccu.h> 48 #include <dt-bindings/clock/sun9i-a80-de.h> 49 #include <dt-bindings/clock/sun9i-a80-usb.h> 50 #include <dt-bindings/reset/sun9i-a80-ccu.h> 51 #include <dt-bindings/reset/sun9i-a80-de.h> 52 #include <dt-bindings/reset/sun9i-a80-usb.h> [all …]
|
/linux/drivers/clk/sunxi-ng/ |
H A D | ccu-sun9i-a80.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * Copyright 2016 Chen-Yu Tsai 5 * Chen-Yu Tsai <wens@csie.org> 11 #include <dt-bindings/clock/sun9i-a80-ccu.h> 12 #include <dt-bindings/reset/sun9i-a80-ccu.h> 17 /* pll-audio and pll-periph0 are exported to the PRCM block */
|
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | allwinner,sun4i-a10-pinctrl.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/allwinner,sun4i-a10-pinctrl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Chen-Yu Tsai <wens@csie.org> 11 - Maxime Ripard <mripard@kernel.org> 14 "#gpio-cells": 21 "#interrupt-cells": 30 - allwinner,sun4i-a10-pinctrl 31 - allwinner,sun5i-a10s-pinctrl [all …]
|
/linux/arch/arm/mach-sunxi/ |
H A D | mc_smp.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (c) 2018 Chen-Yu Tsai 5 * Chen-Yu Tsai <wens@csie.org> 7 * arch/arm/mach-sunxi/mc_smp.c 9 * Based on Allwinner code, arch/arm/mach-exynos/mcpm-exynos.c, and 10 * arch/arm/mach-hisi/platmcpm.c 14 #include <linux/arm-cci.h> 19 #include <linux/irqchip/arm-gic.h> 63 /* The power off register for clusters are different from a80 and a83t */ 70 /* R_CPUCFG registers, specific to sun8i-a83t */ [all …]
|