Home
last modified time | relevance | path

Searched +full:emev2 +full:- +full:smu +full:- +full:gclk (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/arch/arm/boot/dts/
Demev2.dtsi1 // 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 …]
/Linux-v6.1/Documentation/devicetree/bindings/clock/
Drenesas,emev2-smu.yaml1 # 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 …]
/Linux-v6.1/drivers/clk/renesas/
Dclk-emev2.c1 // SPDX-License-Identifier: GPL-2.0
8 #include <linux/clk-provider.h>
14 /* EMEV2 SMU registers */
36 { .compatible = "renesas,emev2-smu", },
54 /* deassert reset for UART0->UART3 */ in emev2_smu_init()
60 /* deassert reset for IIC0->IIC1 */ in emev2_smu_init()
74 clk = clk_register_divider(NULL, np->name, parent_name, 0, in emev2_smu_clkdiv_init()
77 clk_register_clkdev(clk, np->full_name, NULL); in emev2_smu_clkdiv_init()
80 CLK_OF_DECLARE(emev2_smu_clkdiv, "renesas,emev2-smu-clkdiv",
92 clk = clk_register_gate(NULL, np->name, parent_name, 0, in emev2_smu_gclk_init()
[all …]