Searched +full:px30 +full:- +full:pmucru (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/clock/ |
D | rockchip,px30-cru.yaml | 1 # SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 --- 4 $id: http://devicetree.org/schemas/clock/rockchip,px30-cru.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Rockchip PX30 Clock and Reset Unit (CRU) 10 - Elaine Zhang <zhangqing@rock-chips.com> 11 - Heiko Stuebner <heiko@sntech.de> 14 The PX30 clock controller generates and supplies clocks to various 19 preprocessor macros in the dt-bindings/clock/px30-cru.h headers and can be 24 clock-output-names: [all …]
|
/linux-6.12.1/arch/arm64/boot/dts/rockchip/ |
D | px30.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 #include <dt-bindings/clock/px30-cru.h> 7 #include <dt-bindings/gpio/gpio.h> 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 9 #include <dt-bindings/interrupt-controller/irq.h> 10 #include <dt-bindings/pinctrl/rockchip.h> 11 #include <dt-bindings/power/px30-power.h> 12 #include <dt-bindings/soc/rockchip,boot-mode.h> 13 #include <dt-bindings/thermal/thermal.h> 16 compatible = "rockchip,px30"; [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/phy/ |
D | rockchip,px30-dsi-dphy.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/phy/rockchip,px30-dsi-dphy.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Heiko Stuebner <heiko@sntech.de> 13 "#phy-cells": 18 - rockchip,px30-dsi-dphy 19 - rockchip,rk3128-dsi-dphy 20 - rockchip,rk3368-dsi-dphy 21 - rockchip,rk3568-dsi-dphy [all …]
|
/linux-6.12.1/drivers/clk/rockchip/ |
D | clk-px30.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 * Author: Elaine Zhang<zhangqing@rock-chips.com> 7 #include <linux/clk-provider.h> 12 #include <dt-bindings/clock/px30-cru.h> 266 * Clock-Architecture Diagram 1 274 * Clock-Architecture Diagram 3 328 * Clock-Architecture Diagram 4 380 * Clock-Architecture Diagram 5 402 * Clock-Architecture Diagram 6 453 * Clock-Architecture Diagram 7 [all …]
|