162306a36Sopenharmony_ciPalmas GPIO controller bindings 262306a36Sopenharmony_ci 362306a36Sopenharmony_ciRequired properties: 462306a36Sopenharmony_ci- compatible: 562306a36Sopenharmony_ci - "ti,palams-gpio" for palma series of the GPIO controller 662306a36Sopenharmony_ci - "ti,tps80036-gpio" for Palma series device TPS80036. 762306a36Sopenharmony_ci - "ti,tps65913-gpio" for palma series device TPS65913. 862306a36Sopenharmony_ci - "ti,tps65914-gpio" for palma series device TPS65914. 962306a36Sopenharmony_ci- #gpio-cells : Should be two. 1062306a36Sopenharmony_ci - first cell is the gpio pin number 1162306a36Sopenharmony_ci - second cell is used to specify the gpio polarity: 1262306a36Sopenharmony_ci 0 = active high 1362306a36Sopenharmony_ci 1 = active low 1462306a36Sopenharmony_ci- gpio-controller : Marks the device node as a GPIO controller. 1562306a36Sopenharmony_ci 1662306a36Sopenharmony_ciNote: This gpio node will be sub node of palmas node. 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ciExample: 1962306a36Sopenharmony_ci palmas: tps65913@58 { 2062306a36Sopenharmony_ci ::::::::::: 2162306a36Sopenharmony_ci palmas_gpio: palmas_gpio { 2262306a36Sopenharmony_ci compatible = "ti,palmas-gpio"; 2362306a36Sopenharmony_ci gpio-controller; 2462306a36Sopenharmony_ci #gpio-cells = <2>; 2562306a36Sopenharmony_ci }; 2662306a36Sopenharmony_ci ::::::::::: 2762306a36Sopenharmony_ci }; 28