Searched +full:r9a06g032 +full:- +full:usbf (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/usb/renesas,rzn1-usbf.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Renesas RZ/N1 SoCs USBF (USB Function) controller10 The Renesas USBF controller is an USB2.0 device14 - Herve Codina <herve.codina@bootlin.com>19 - enum:20 - renesas,r9a06g032-usbf21 - const: renesas,rzn1-usbf[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Base Device Tree Source for the Renesas RZ/N1D (R9A06G032)9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/clock/r9a06g032-sysctrl.h>13 compatible = "renesas,r9a06g032";14 #address-cells = <1>;15 #size-cells = <1>;18 #address-cells = <1>;19 #size-cells = <0>;23 compatible = "arm,cortex-a7";[all …]
1 // SPDX-License-Identifier: GPL-2.03 * R9A06G032 clock driver11 #include <linux/clk-provider.h>24 #include <linux/soc/renesas/r9a06g032-sysctrl.h>26 #include <dt-bindings/clock/r9a06g032-sysctrl.h>33 * struct regbit - describe one bit in a register35 * expressed in units of 32-bit words (not bytes),43 * Since registers are aligned on 32-bit boundaries, the44 * offset will be specified in 32-bit words rather than bytes.48 * offset from bytes to 32-bit words.[all …]