Searched +full:s900 +full:- +full:cmu (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/device-tree/src/arm64/actions/ |
H A D | s900.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 #include <dt-bindings/clock/actions,s900-cmu.h> 7 #include <dt-bindings/gpio/gpio.h> 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 9 #include <dt-bindings/reset/actions,s900-reset.h> 12 compatible = "actions,s900"; 13 interrupt-parent = <&gic>; 14 #address-cells = <2>; 15 #size-cells = <2>; 18 #address-cells = <2>; [all …]
|
H A 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> 13 interrupt-parent = <&gic>; 14 #address-cells = <2>; 15 #size-cells = <2>; 18 #address-cells = <2>; 19 #size-cells = <0>; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | actions,owl-cmu.txt | 1 * Actions Semi Owl Clock Management Unit (CMU) 5 applicable to S900, S700 and S500 SoC's. 9 - compatible: should be one of the following, 10 "actions,s900-cmu" 11 "actions,s700-cmu" 12 "actions,s500-cmu" 13 - reg: physical base address of the controller and length of memory mapped 15 - clocks: Reference to the parent clocks ("hosc", "losc") 16 - #clock-cells: should be 1. 17 - #reset-cells: should be 1. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A 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 <manivannan.sadhasivam@linaro.org> 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 …]
|
/freebsd/sys/contrib/device-tree/Bindings/serial/ |
H A D | actions,owl-uart.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/serial/actions,owl-uart.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Kanak Shilledar <kanakshilledar111@protonmail.com> 13 - $ref: serial.yaml 18 - enum: 19 - actions,s500-uart 20 - actions,s900-uart 21 - const: actions,owl-uart [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | actions,s900-pinctrl.txt | 1 Actions Semi S900 Pin Controller 3 This binding describes the pin controller found in the S900 SoC. 7 - compatible: Should be "actions,s900-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 …]
|