Home
last modified time | relevance | path

Searched +full:imx8ulp +full:- +full:iomuxc1 (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/arch/arm64/boot/dts/freescale/
Dimx8ulp.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 #include <dt-bindings/clock/imx8ulp-clock.h>
7 #include <dt-bindings/gpio/gpio.h>
8 #include <dt-bindings/interrupt-controller/arm-gic.h>
9 #include <dt-bindings/power/imx8ulp-power.h>
11 #include "imx8ulp-pinfunc.h"
14 interrupt-parent = <&gic>;
15 #address-cells = <2>;
16 #size-cells = <2>;
33 #address-cells = <2>;
[all …]
Dimx8ulp-evk.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 /dts-v1/;
8 #include "imx8ulp.dtsi"
12 compatible = "fsl,imx8ulp-evk", "fsl,imx8ulp";
15 stdout-path = &lpuart5;
23 clock_ext_rmii: clock-ext-rmii {
24 compatible = "fixed-clock";
25 clock-frequency = <50000000>;
26 clock-output-names = "ext_rmii_clk";
27 #clock-cells = <0>;
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/
Dfsl,imx8ulp-pinctrl.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/fsl,imx8ulp-pinctrl.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Freescale IMX8ULP IOMUX Controller
10 - Jacky Bai <ping.bai@nxp.com>
13 Please refer to fsl,imx-pinctrl.txt and pinctrl-bindings.txt in this directory
18 const: fsl,imx8ulp-iomuxc1
37 be found in <arch/arm64/boot/dts/freescale/imx8ulp-pinfunc.h>. The last
38 integer CONFIG is the pad setting value like pull-up on this pin. Please
[all …]
/Linux-v6.1/drivers/pinctrl/freescale/
Dpinctrl-imx8ulp.c1 // SPDX-License-Identifier: GPL-2.0
14 #include "pinctrl-imx.h"
228 pin_reg = &ipctl->pin_regs[offset]; in imx8ulp_pmx_gpio_set_direction()
229 if (pin_reg->mux_reg == -1) in imx8ulp_pmx_gpio_set_direction()
230 return -EINVAL; in imx8ulp_pmx_gpio_set_direction()
232 reg = readl(ipctl->base + pin_reg->mux_reg); in imx8ulp_pmx_gpio_set_direction()
237 writel(reg, ipctl->base + pin_reg->mux_reg); in imx8ulp_pmx_gpio_set_direction()
252 { .compatible = "fsl,imx8ulp-iomuxc1", },
263 .name = "imx8ulp-pinctrl",