Searched +full:jz4770 +full:- +full:gpio (Results 1 – 7 of 7) sorted by relevance
| /kernel/linux/linux-5.10/arch/mips/boot/dts/ingenic/ |
| D | jz4770.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/clock/jz4770-cgu.h> 3 #include <dt-bindings/clock/ingenic,tcu.h> 6 #address-cells = <1>; 7 #size-cells = <1>; 8 compatible = "ingenic,jz4770"; 11 #address-cells = <1>; 12 #size-cells = <0>; 16 compatible = "ingenic,xburst-fpu1.0-mxu1.1"; 20 clock-names = "cpu"; [all …]
|
| D | jz4780.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/clock/jz4780-cgu.h> 3 #include <dt-bindings/clock/ingenic,tcu.h> 4 #include <dt-bindings/dma/jz4780-dma.h> 7 #address-cells = <1>; 8 #size-cells = <1>; 12 #address-cells = <1>; 13 #size-cells = <0>; 17 compatible = "ingenic,xburst-fpu1.0-mxu1.1"; 21 clock-names = "cpu"; [all …]
|
| D | gcw0.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 4 #include "jz4770.dtsi" 5 #include <dt-bindings/clock/ingenic,tcu.h> 7 #include <dt-bindings/gpio/gpio.h> 8 #include <dt-bindings/iio/adc/ingenic,adc.h> 9 #include <dt-bindings/input/input.h> 12 compatible = "gcw,zero", "ingenic,jz4770"; 29 stdout-path = "serial2:57600n8"; 33 compatible = "regulator-fixed"; [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/ |
| D | ingenic,pinctrl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 Please refer to pinctrl-bindings.txt in this directory for details of the 14 For the Ingenic SoCs, pin control is tightly bound with GPIO ports. All pins 16 GPIO port configuration registers and it is typical to refer to pins using the 17 naming scheme "PxN" where x is a character identifying the GPIO port with 19 pin within that GPIO port. For example PA0 is the first pin in GPIO port A, 20 and PB31 is the last pin in GPIO port B. The JZ4740, the X1000 and the X1830 21 contains 4 GPIO ports, PA to PD, for a total of 128 pins. The JZ4760, the [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/serial/ |
| D | ingenic,uart.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Paul Cercueil <paul@crapouillou.net> 13 - $ref: /schemas/serial.yaml# 17 pattern: "^serial@[0-9a-f]+$" 21 - enum: 22 - ingenic,jz4740-uart 23 - ingenic,jz4760-uart 24 - ingenic,jz4780-uart [all …]
|
| /kernel/linux/linux-5.10/drivers/usb/phy/ |
| D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 5 obj-$(CONFIG_USB_PHY) += phy.o 6 obj-$(CONFIG_OF) += of.o 10 obj-$(CONFIG_AB8500_USB) += phy-ab8500-usb.o 11 obj-$(CONFIG_FSL_USB2_OTG) += phy-fsl-usb.o 12 obj-$(CONFIG_ISP1301_OMAP) += phy-isp1301-omap.o 13 obj-$(CONFIG_NOP_USB_XCEIV) += phy-generic.o 14 obj-$(CONFIG_TAHVO_USB) += phy-tahvo.o 15 obj-$(CONFIG_AM335X_CONTROL_USB) += phy-am335x-control.o 16 obj-$(CONFIG_AM335X_PHY_USB) += phy-am335x.o [all …]
|
| /kernel/linux/linux-5.10/drivers/pinctrl/ |
| D | pinctrl-ingenic.c | 1 // SPDX-License-Identifier: GPL-2.0-only 11 #include <linux/gpio/driver.h> 20 #include <linux/pinctrl/pinconf-generic.h> 169 INGENIC_PIN_GROUP("mmc-1bit", jz4740_mmc_1bit), 170 INGENIC_PIN_GROUP("mmc-4bit", jz4740_mmc_4bit), 171 INGENIC_PIN_GROUP("uart0-data", jz4740_uart0_data), 172 INGENIC_PIN_GROUP("uart0-hwflow", jz4740_uart0_hwflow), 173 INGENIC_PIN_GROUP("uart1-data", jz4740_uart1_data), 174 INGENIC_PIN_GROUP("lcd-8bit", jz4740_lcd_8bit), 175 INGENIC_PIN_GROUP("lcd-16bit", jz4740_lcd_16bit), [all …]
|