Searched +full:emev2 +full:- +full:smu +full:- +full:clkdiv (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/device-tree/src/arm/renesas/ |
H A D | emev2.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 9 #include <dt-bindings/interrupt-controller/irq.h> 12 compatible = "renesas,emev2"; 13 interrupt-parent = <&gic>; 14 #address-cells = <1>; 15 #size-cells = <1>; 28 #address-cells = <1>; 29 #size-cells = <0>; 33 compatible = "arm,cortex-a9"; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | renesas,emev2-smu.txt | 5 * SMU 7 This is not a clock provider, but clocks under SMU depend on it. 10 - compatible: Should be "renesas,emev2-smu" 11 - reg: Address and Size of SMU registers 21 - compatible: Should be "renesas,emev2-smu-clkdiv" 22 - reg: Byte offset from SMU base and Bit position in the register 23 - clocks: Parent clocks. Input clocks as described in clock-bindings.txt 24 - #clock-cells: Should be <0> 32 - compatible: Should be "renesas,emev2-smu-gclk" 33 - reg: Byte offset from SMU base and Bit position in the register [all …]
|
H A D | renesas,emev2-smu.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/renesas,emev2-smu.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Geert Uytterhoeven <geert+renesas@glider.be> 11 - Magnus Damm <magnus.damm@gmail.com> 15 This is not a clock provider, but clocks under SMU depend on it. 19 const: renesas,emev2-smu 24 '#address-cells': 27 '#size-cells': [all …]
|