| /linux/Documentation/devicetree/bindings/usb/ | 
| H A D | ti,am62-usb.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---
 4 $id: http://devicetree.org/schemas/usb/ti,am62-usb.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 7 title: TI's AM62 wrapper module for the Synopsys USBSS-DRD controller
 10   - Aswath Govindraju <a-govindraju@ti.com>
 14     const: ti,am62-usb
 19       - description: USB CFG register space
 20       - description: USB PHY2 register space
 24   power-domains:
 [all …]
 
 | 
| H A D | ti,j721e-usb.yaml | 1 # SPDX-License-Identifier: GPL-2.03 ---
 4 $id: http://devicetree.org/schemas/usb/ti,j721e-usb.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 7 title: TI wrapper module for the Cadence USBSS-DRD controller
 10   - Roger Quadros <rogerq@kernel.org>
 15       - const: ti,j721e-usb
 16       - items:
 17           - const: ti,am64-usb
 18           - const: ti,j721e-usb
 [all …]
 
 | 
| H A D | chipidea,usb2-imx.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 4 $id: http://devicetree.org/schemas/usb/chipidea,usb2-imx.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Xu Yang <xu.yang_2@nxp.com>
 15       - enum:
 16           - fsl,imx27-usb
 17       - items:
 18           - enum:
 19               - fsl,imx23-usb
 [all …]
 
 | 
| /linux/drivers/usb/chipidea/ | 
| H A D | ci_hdrc_imx.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */15 	/* true if over-current polarity is active low */
 22 	unsigned int evdo:1; /* set external vbus divider option */
 26 	unsigned int ext_vbus:1; /* Vbus from exteranl event */
 
 | 
| H A D | ci_hdrc_imx.c | 1 // SPDX-License-Identifier: GPL-2.0+87 	{ .compatible = "fsl,imx23-usb", .data = &imx23_usb_data},
 88 	{ .compatible = "fsl,imx28-usb", .data = &imx28_usb_data},
 89 	{ .compatible = "fsl,imx27-usb", .data = &imx27_usb_data},
 90 	{ .compatible = "fsl,imx6q-usb", .data = &imx6q_usb_data},
 91 	{ .compatible = "fsl,imx6sl-usb", .data = &imx6sl_usb_data},
 92 	{ .compatible = "fsl,imx6sx-usb", .data = &imx6sx_usb_data},
 93 	{ .compatible = "fsl,imx6ul-usb", .data = &imx6ul_usb_data},
 94 	{ .compatible = "fsl,imx7d-usb", .data = &imx7d_usb_data},
 95 	{ .compatible = "fsl,imx7ulp-usb", .data = &imx7ulp_usb_data},
 [all …]
 
 | 
| /linux/arch/arm/boot/dts/nxp/imx/ | 
| H A D | imx25-eukrea-mbimxsd25-baseboard.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later6 /dts-v1/;
 8 #include <dt-bindings/gpio/gpio.h>
 9 #include <dt-bindings/input/input.h>
 10 #include "imx25-eukrea-cpuimx25.dtsi"
 14 	compatible = "eukrea,mbimxsd25-baseboard", "eukrea,cpuimx25", "fsl,imx25";
 16 	gpio-keys {
 17 		compatible = "gpio-keys";
 18 		pinctrl-names = "default";
 19 		pinctrl-0 = <&pinctrl_gpiokeys>;
 [all …]
 
 | 
| H A D | imx7d-flex-concentrator.dts | 1 // SPDX-License-Identifier: GPL-2.09 /dts-v1/;
 11 #include "imx7d-tqma7.dtsi"
 14 /delete-node/ &ds1339;
 18 	compatible = "kam,imx7d-flex-concentrator", "fsl,imx7d";
 22 		/* 1024 MB - TQMa7D board configuration */
 26 	reg_usb_otg2_vbus: regulator-usb-otg2-vbus {
 27 		compatible = "regulator-fixed";
 28 		regulator-name = "VBUS_USBOTG2";
 29 		regulator-min-microvolt = <5000000>;
 [all …]
 
 | 
| H A D | imx25-pdk.dts | 1 // SPDX-License-Identifier: GPL-2.0+5 /dts-v1/;
 6 #include <dt-bindings/gpio/gpio.h>
 7 #include <dt-bindings/input/input.h>
 12 	compatible = "fsl,imx25-pdk", "fsl,imx25";
 19 	reg_fec_3v3: regulator-0 {
 20 		compatible = "regulator-fixed";
 21 		regulator-name = "fec-3v3";
 22 		regulator-min-microvolt = <3300000>;
 23 		regulator-max-microvolt = <3300000>;
 [all …]
 
 | 
| /linux/arch/arm64/boot/dts/ti/ | 
| H A D | k3-am62x-phyboard-lyra.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT3  * Copyright (C) 2022-2024 PHYTEC Messtechnik GmbH
 8 #include <dt-bindings/gpio/gpio.h>
 9 #include <dt-bindings/input/input.h>
 10 #include <dt-bindings/leds/common.h>
 11 #include <dt-bindings/net/ti-dp83867.h>
 23 	can_tc1: can-phy0 {
 25 		#phy-cells = <0>;
 26 		max-bitrate = <8000000>;
 27 		standby-gpios = <&gpio_exp 1 GPIO_ACTIVE_HIGH>;
 [all …]
 
 | 
| H A D | k3-am68-phyboard-izar.dts | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT6  * https://www.phytec.eu/en/produkte/development-kits/phyboard-izar/
 9 /dts-v1/;
 11 #include <dt-bindings/leds/leds-pca9532.h>
 12 #include <dt-bindings/net/ti-dp83867.h>
 13 #include <dt-bindings/phy/phy-cadence.h>
 14 #include <dt-bindings/phy/phy.h>
 15 #include "k3-am68-phycore-som.dtsi"
 17 #include "k3-serdes.h"
 20 	compatible = "phytec,am68-phyboard-izar",
 [all …]
 
 | 
| H A D | k3-j721e-common-proc-board.dts | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT3  * Copyright (C) 2019-2024 Texas Instruments Incorporated - https://www.ti.com/
 8 /dts-v1/;
 10 #include "k3-j721e-som-p0.dtsi"
 11 #include <dt-bindings/gpio/gpio.h>
 12 #include <dt-bindings/input/input.h>
 13 #include <dt-bindings/net/ti-dp83867.h>
 14 #include <dt-bindings/phy/phy-cadence.h>
 17 	compatible = "ti,j721e-evm", "ti,j721e";
 33 		stdout-path = "serial2:115200n8";
 [all …]
 
 | 
| /linux/arch/arm64/boot/dts/freescale/ | 
| H A D | imx8mn-venice-gw7902.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 /dts-v1/;
 8 #include <dt-bindings/gpio/gpio.h>
 9 #include <dt-bindings/input/linux-event-codes.h>
 10 #include <dt-bindings/leds/common.h>
 11 #include <dt-bindings/net/ti-dp83867.h>
 17 	compatible = "gw,imx8mn-gw7902", "fsl,imx8mn";
 26 		stdout-path = &uart2;
 35 		compatible = "fixed-clock";
 36 		#clock-cells = <0>;
 [all …]
 
 | 
| H A D | imx8mm-venice-gw7901.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 /dts-v1/;
 8 #include <dt-bindings/gpio/gpio.h>
 9 #include <dt-bindings/input/linux-event-codes.h>
 10 #include <dt-bindings/leds/common.h>
 11 #include <dt-bindings/phy/phy-imx8-pcie.h>
 17 	compatible = "gw,imx8mm-gw7901", "fsl,imx8mm";
 32 		stdout-path = &uart2;
 40 	gpio-keys {
 41 		compatible = "gpio-keys";
 [all …]
 
 | 
| H A D | imx8mm-venice-gw7902.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 /dts-v1/;
 8 #include <dt-bindings/gpio/gpio.h>
 9 #include <dt-bindings/input/linux-event-codes.h>
 10 #include <dt-bindings/leds/common.h>
 11 #include <dt-bindings/net/ti-dp83867.h>
 12 #include <dt-bindings/phy/phy-imx8-pcie.h>
 18 	compatible = "gw,imx8mm-gw7902", "fsl,imx8mm";
 29 		stdout-path = &uart2;
 38 		compatible = "fixed-clock";
 [all …]
 
 | 
| H A D | imx8mp-venice-gw74xx.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 /dts-v1/;
 8 #include <dt-bindings/gpio/gpio.h>
 9 #include <dt-bindings/input/linux-event-codes.h>
 10 #include <dt-bindings/leds/common.h>
 11 #include <dt-bindings/phy/phy-imx8-pcie.h>
 12 #include <dt-bindings/net/ti-dp83867.h>
 18 	compatible = "gateworks,imx8mp-gw74xx", "fsl,imx8mp";
 33 		stdout-path = &uart2;
 42 		pinctrl-names = "default";
 [all …]
 
 | 
| /linux/arch/arm/boot/dts/ti/davinci/ | 
| H A D | da850-lego-ev3.dts | 1 // SPDX-License-Identifier: GPL-2.0-only8 /dts-v1/;
 9 #include <dt-bindings/gpio/gpio.h>
 10 #include <dt-bindings/input/linux-event-codes.h>
 11 #include <dt-bindings/pwm/pwm.h>
 32 		compatible = "gpio-keys";
 34 		pinctrl-names = "default";
 35 		pinctrl-0 = <&button_bias>;
 75 	 * The EV3 has two built-in bi-color LEDs behind the buttons.
 78 		compatible = "gpio-leds";
 [all …]
 
 | 
| /linux/arch/sh/boards/mach-ecovec24/ | 
| H A D | setup.c | 1 // SPDX-License-Identifier: GPL-2.039 #include <linux/dma-map-ops.h>
 41 #include <media/drv-intf/renesas-ceu.h>
 52  *-----------------------------------------
 62  *------------------------------
 71  * DS2[6-7] = MMC / SD              ON-OFF : SD
 72  *                                  OFF-ON : MMC
 76  * FSI - DA7210
 99 	.end    = 0xA405012E - 1,
 105 	.id             = -1,
 [all …]
 
 | 
| /linux/drivers/usb/host/ | 
| H A D | octeon-hcd.h | 1 /* SPDX-License-Identifier: GPL-2.0 */11  * Copyright (c) 2003-2010 Cavium Networks (support@cavium.com). All rights
 104  * This register can be used to configure the core after power-on or a change in
 105  * mode of operation. This register mainly contains AHB system-related
 126 	 * @nptxfemplvl: Non-Periodic TxFIFO Empty Level (NPTxFEmpLvl)
 128 	 *	Indicates when the Non-Periodic TxFIFO Empty Interrupt bit in
 131 	 *	* 1'b0: GINTSTS.NPTxFEmp interrupt indicates that the Non-
 133 	 *	* 1'b1: GINTSTS.NPTxFEmp interrupt indicates that the Non-
 172 	 *	This value is in terms of 32-bit words.
 211 	 *	- ...
 [all …]
 
 |