Searched +full:imx6ull +full:- +full:iomuxc +full:- +full:snvs (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | fsl,imx35-pinctrl.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/fsl,imx35-pinctrl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Dong Aisheng <aisheng.dong@nxp.com> 13 Please refer to fsl,imx-pinctrl.txt and pinctrl-bindings.txt in this directory 17 - $ref: pinctrl.yaml# 22 - enum: 23 - fsl,imx35-iomuxc 24 - fsl,imx51-iomuxc [all …]
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6ull-dhcor-maveo-box.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 6 * DHCOM iMX6ULL variant: 7 * DHCR-iMX6ULL-C080-R051-SPI-WBT-I-01LG 8 * DHCOR PCB number: 578-200 or newer 9 * maveo box PCB number: 525-200 or newer 12 /dts-v1/; 14 #include "imx6ull-dhcor-som.dtsi" 18 compatible = "marantec,imx6ull-dhcor-maveo-box", "dh,imx6ull-dhcor-som", 19 "fsl,imx6ull"; 28 stdout-path = "serial0:115200n8"; [all …]
|
H A D | imx6ull-dhcom-som.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause 6 #include "imx6ull-dhcor-som.dtsi" 10 /delete-property/ spi2; 11 /delete-property/ spi3; 28 stdout-path = "serial0:115200n8"; 31 reg_ext_3v3_ref: regulator-ext-3v3-ref { 32 compatible = "regulator-fixed"; 33 regulator-always-on; 34 regulator-max-microvolt = <3300000>; 35 regulator-min-microvolt = <3300000>; [all …]
|
H A D | imx6ull-jozacp.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 7 /dts-v1/; 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/leds/common.h> 11 #include "imx6ull.dtsi" 15 compatible = "joz,jozacp", "fsl,imx6ull"; 18 stdout-path = &uart1; 22 led-controller-1 { 23 compatible = "pwm-leds"; 25 led-0 { [all …]
|
/linux/drivers/pinctrl/freescale/ |
H A D | pinctrl-imx6ul.c | 1 // SPDX-License-Identifier: GPL-2.0 15 #include "pinctrl-imx.h" 316 .gpr_compatible = "fsl,imx6ul-iomuxc-gpr", 326 { .compatible = "fsl,imx6ul-iomuxc", .data = &imx6ul_pinctrl_info, }, 327 { .compatible = "fsl,imx6ull-iomuxc-snvs", .data = &imx6ull_snvs_pinctrl_info, }, 335 pinctrl_info = of_device_get_match_data(&pdev->dev); in imx6ul_pinctrl_probe() 337 return -ENODEV; in imx6ul_pinctrl_probe() 344 .name = "imx6ul-pinctrl",
|