Home
last modified time | relevance | path

Searched refs:stmfx_pinctrl (Results 1 – 4 of 4) sorted by relevance

/u-boot/arch/arm/dts/
A Dstm32746g-eval.dts38 gpios = <&stmfx_pinctrl 17 1>;
44 gpios = <&stmfx_pinctrl 19 1>;
67 interrupt-parent = <&stmfx_pinctrl>;
73 interrupt-parent = <&stmfx_pinctrl>;
79 interrupt-parent = <&stmfx_pinctrl>;
85 interrupt-parent = <&stmfx_pinctrl>;
91 interrupt-parent = <&stmfx_pinctrl>;
132 stmfx_pinctrl: pinctrl { label
138 gpio-ranges = <&stmfx_pinctrl 0 0 24>;
A Dstm32mp157c-ev1.dts41 interrupt-parent = <&stmfx_pinctrl>;
47 interrupt-parent = <&stmfx_pinctrl>;
53 interrupt-parent = <&stmfx_pinctrl>;
59 interrupt-parent = <&stmfx_pinctrl>;
65 interrupt-parent = <&stmfx_pinctrl>;
189 powerdown-gpios = <&stmfx_pinctrl 18 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL)>;
190 reset-gpios = <&stmfx_pinctrl 19 (GPIO_ACTIVE_LOW | GPIO_PUSH_PULL)>;
213 stmfx_pinctrl: pinctrl { label
219 gpio-ranges = <&stmfx_pinctrl 0 0 24>;
A Dstm32mp157c-ev1-u-boot.dtsi10 gpio26 = &stmfx_pinctrl;
13 pinctrl2 = &stmfx_pinctrl;
/u-boot/drivers/pinctrl/
A Dpinctrl-stmfx.c63 struct stmfx_pinctrl { struct
296 struct stmfx_pinctrl *plat = dev_get_plat(dev); in stmfx_pinctrl_conf_set()
337 struct stmfx_pinctrl *plat = dev_get_plat(dev); in stmfx_pinctrl_get_pins_count()
392 struct stmfx_pinctrl *plat = dev_get_plat(dev); in stmfx_pinctrl_get_pin_muxing()
408 struct stmfx_pinctrl *plat = dev_get_plat(dev); in stmfx_pinctrl_bind()
420 struct stmfx_pinctrl *plat = dev_get_plat(dev); in stmfx_pinctrl_probe()
441 U_BOOT_DRIVER(stmfx_pinctrl) = {
448 .plat_auto = sizeof(struct stmfx_pinctrl),

Completed in 5 milliseconds