oleavr-rgl-a500-mini-linux-.../drivers/power/axp_power/axp20/axp20-gpio.h
Ole André Vadla Ravnås 169c65d57e Initial commit
2022-05-07 01:01:45 +02:00

10 lines
326 B
C

#ifndef AXP20_GPIO_H
#define AXP20_GPIO_H
#include "axp20.h"
#define AXP_GPIO0_CFG (AXP20_GPIO0_CTL) /* 0x90 */
#define AXP_GPIO1_CFG (AXP20_GPIO1_CTL) /* 0x92 */
#define AXP_GPIO2_CFG (AXP20_GPIO2_CTL) /* 0x93 */
#define AXP_GPIO_STATE (AXP20_GPIO012_SIGNAL) /* 0x94 */
#endif