Home
last modified time | relevance | path

Searched full:uniphier_gpio_port (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/gpio/
Dsocionext,uniphier-gpio.yaml94 // Please note UNIPHIER_GPIO_PORT(29, 4) represents PORT294 in the SoC
97 // UNIPHIER_GPIO_PORT() is a helper macro to calculate 29 * 8 + 4.
100 reset-gpios = <&gpio UNIPHIER_GPIO_PORT(29, 4) GPIO_ACTIVE_LOW>;
/linux-6.12.1/arch/arm64/boot/dts/socionext/
Duniphier-ld11-global.dts117 reset-gpios = <&gpio UNIPHIER_GPIO_PORT(23, 4) GPIO_ACTIVE_LOW>;
118 pdn-gpios = <&gpio UNIPHIER_GPIO_PORT(23, 5) GPIO_ACTIVE_LOW>;
Duniphier-ld20-global.dts117 reset-gpios = <&gpio UNIPHIER_GPIO_PORT(0, 0) GPIO_ACTIVE_LOW>;
118 pdn-gpios = <&gpio UNIPHIER_GPIO_PORT(0, 1) GPIO_ACTIVE_LOW>;
Duniphier-ld11.dtsi109 reset-gpios = <&gpio UNIPHIER_GPIO_PORT(3, 2) GPIO_ACTIVE_LOW>;
Duniphier-ld20.dtsi191 reset-gpios = <&gpio UNIPHIER_GPIO_PORT(3, 2) GPIO_ACTIVE_LOW>;
Duniphier-pxs3.dtsi144 reset-gpios = <&gpio UNIPHIER_GPIO_PORT(5, 7) GPIO_ACTIVE_LOW>;
/linux-6.12.1/include/dt-bindings/gpio/
Duniphier-gpio.h13 #define UNIPHIER_GPIO_PORT(bank, line) \ macro