Searched +full:s700 +full:- +full:cmu (Results 1 – 6 of 6) sorted by relevance
/linux-6.14.4/arch/arm64/boot/dts/actions/ |
D | s700.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 #include <dt-bindings/clock/actions,s700-cmu.h> 7 #include <dt-bindings/interrupt-controller/arm-gic.h> 8 #include <dt-bindings/power/owl-s700-powergate.h> 9 #include <dt-bindings/reset/actions,s700-reset.h> 12 compatible = "actions,s700"; 13 interrupt-parent = <&gic>; 14 #address-cells = <2>; 15 #size-cells = <2>; 18 #address-cells = <2>; [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/clock/ |
D | actions,owl-cmu.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/actions,owl-cmu.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Actions Semi Owl Clock Management Unit (CMU) 10 - Manivannan Sadhasivam <[email protected]> 17 include/dt-bindings/clock/actions,s500-cmu.h 18 include/dt-bindings/clock/actions,s700-cmu.h 19 include/dt-bindings/clock/actions,s900-cmu.h 24 - actions,s500-cmu [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/i2c/ |
D | i2c-owl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/i2c/i2c-owl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Manivannan Sadhasivam <[email protected]> 14 S500, S700 and S900. 17 - $ref: /schemas/i2c/i2c-controller.yaml# 22 - actions,s500-i2c # Actions Semi S500 compatible SoCs 23 - actions,s700-i2c # Actions Semi S700 compatible SoCs 24 - actions,s900-i2c # Actions Semi S900 compatible SoCs [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/mmc/ |
D | owl-mmc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mmc/owl-mmc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - $ref: mmc-controller.yaml 13 - Manivannan Sadhasivam <[email protected]> 18 - const: actions,owl-mmc 19 - items: 20 - enum: 21 - actions,s500-mmc [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/pinctrl/ |
D | actions,s700-pinctrl.txt | 1 Actions Semi S700 Pin Controller 3 This binding describes the pin controller found in the S700 SoC. 7 - compatible: Should be "actions,s700-pinctrl" 8 - reg: Should contain the register base address and size of 10 - clocks: phandle of the clock feeding the pin controller 11 - gpio-controller: Marks the device node as a GPIO controller. 12 - gpio-ranges: Specifies the mapping between gpio controller and 13 pin-controller pins. 14 - #gpio-cells: Should be two. The first cell is the gpio pin number 16 - interrupt-controller: Marks the device node as an interrupt controller. [all …]
|
/linux-6.14.4/drivers/clk/actions/ |
D | owl-s700.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Actions Semi S700 clock driver 6 * Author: David Liu <liuwei@actions-semi.com> 12 #include <linux/clk-provider.h> 15 #include "owl-common.h" 16 #include "owl-composite.h" 17 #include "owl-divider.h" 18 #include "owl-factor.h" 19 #include "owl-fixed-factor.h" 20 #include "owl-gate.h" [all …]
|