Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/devicetree/bindings/gpio/
Dsocionext,uniphier-gpio.yaml88 // Please note UNIPHIER_GPIO_PORT(29, 4) represents PORT294 in the SoC
91 // UNIPHIER_GPIO_PORT() is a helper macro to calculate 29 * 8 + 4.
94 reset-gpios = <&gpio UNIPHIER_GPIO_PORT(29, 4) GPIO_ACTIVE_LOW>;
/Linux-v5.15/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.dtsi100 reset-gpios = <&gpio UNIPHIER_GPIO_PORT(3, 2) GPIO_ACTIVE_LOW>;
Duniphier-pxs3.dtsi133 reset-gpios = <&gpio UNIPHIER_GPIO_PORT(5, 7) GPIO_ACTIVE_LOW>;
Duniphier-ld20.dtsi174 reset-gpios = <&gpio UNIPHIER_GPIO_PORT(3, 2) GPIO_ACTIVE_LOW>;
/Linux-v5.15/include/dt-bindings/gpio/
Duniphier-gpio.h13 #define UNIPHIER_GPIO_PORT(bank, line) \ macro