| /* | |
| * PCA955X I2C LED blinker and I/O expanders | |
| * | |
| * Copyright (c) 2017-2018, IBM Corporation. | |
| * | |
| * This work is licensed under the terms of the GNU GPL, version 2 or | |
| * later. See the COPYING file in the top-level directory. | |
| */ | |
| #ifndef HW_GPIO_PCA9552_H | |
| #define HW_GPIO_PCA9552_H | |
| #define TYPE_PCA955X "pca955x" | |
| #define TYPE_PCA9552 "pca9552" | |
| #define TYPE_PCA9535 "pca9535" | |
| #define TYPE_PCA9555 "pca9555" | |
| #endif |