Searched +full:rcar +full:- +full:gen3 +full:- +full:usb2 +full:- +full:clock +full:- +full:sel (Results 1 – 6 of 6) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: "http://devicetree.org/schemas/clock/renesas,rcar-usb2-clock-sel.yaml#"5 $schema: "http://devicetree.org/meta-schemas/core.yaml#"7 title: Renesas R-Car USB 2.0 clock selector10 - Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>13 If you connect an external clock to the USB_EXTAL pin only, you should set14 the clock rate to "usb_extal" node only.17 clock rates to both "usb_extal" and "usb_xtal" nodes.19 Case 1: An external clock connects to R-Car SoC[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Renesas R-Car USB2.0 clock selector7 * Based on renesas-cpg-mssr.c13 #include <linux/clk-provider.h>32 { .id = "hs-usb-if", },47 u16 val = readw(priv->base + USB20_CLKSET0); in usb2_clock_sel_enable_extal_only()50 priv->extal, priv->xtal, val); in usb2_clock_sel_enable_extal_only()52 if (priv->extal && !priv->xtal && val != CLKSET0_EXTAL_ONLY) in usb2_clock_sel_enable_extal_only()53 writew(CLKSET0_EXTAL_ONLY, priv->base + USB20_CLKSET0); in usb2_clock_sel_enable_extal_only()58 if (priv->extal && !priv->xtal) in usb2_clock_sel_disable_extal_only()[all …]
1 # SPDX-License-Identifier: GPL-2.03 obj-$(CONFIG_CLK_EMEV2) += clk-emev2.o4 obj-$(CONFIG_CLK_RZA1) += clk-rz.o5 obj-$(CONFIG_CLK_R7S9210) += r7s9210-cpg-mssr.o6 obj-$(CONFIG_CLK_R8A73A4) += clk-r8a73a4.o7 obj-$(CONFIG_CLK_R8A7740) += clk-r8a7740.o8 obj-$(CONFIG_CLK_R8A7742) += r8a7742-cpg-mssr.o9 obj-$(CONFIG_CLK_R8A7743) += r8a7743-cpg-mssr.o10 obj-$(CONFIG_CLK_R8A7745) += r8a7745-cpg-mssr.o11 obj-$(CONFIG_CLK_R8A77470) += r8a77470-cpg-mssr.o[all …]
1 // SPDX-License-Identifier: GPL-2.08 #include <dt-bindings/interrupt-controller/irq.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/clock/r8a774b1-cpg-mssr.h>11 #include <dt-bindings/power/r8a774b1-sysc.h>17 #address-cells = <2>;18 #size-cells = <2>;26 compatible = "fixed-clock";27 #clock-cells = <0>;28 clock-frequency = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.08 #include <dt-bindings/interrupt-controller/irq.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/clock/r8a774a1-cpg-mssr.h>11 #include <dt-bindings/power/r8a774a1-sysc.h>17 #address-cells = <2>;18 #size-cells = <2>;26 compatible = "fixed-clock";27 #clock-cells = <0>;28 clock-frequency = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.08 #include <dt-bindings/interrupt-controller/irq.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/clock/r8a774e1-cpg-mssr.h>11 #include <dt-bindings/power/r8a774e1-sysc.h>17 #address-cells = <2>;18 #size-cells = <2>;26 compatible = "fixed-clock";27 #clock-cells = <0>;28 clock-frequency = <0>;[all …]