| 1 | /* |
| 2 | * PCA955X I2C LED blinker and I/O expanders |
| 3 | * |
| 4 | * Copyright (c) 2017-2018, IBM Corporation. |
| 5 | * |
| 6 | * This work is licensed under the terms of the GNU GPL, version 2 or |
| 7 | * later. See the COPYING file in the top-level directory. |
| 8 | */ |
| 9 | |
| 10 | #ifndef HW_GPIO_PCA9552_H |
| 11 | #define HW_GPIO_PCA9552_H |
| 12 | |
| 13 | #define TYPE_PCA955X "pca955x" |
| 14 | #define TYPE_PCA9552 "pca9552" |
| 15 | #define TYPE_PCA9535 "pca9535" |
| 16 | #define TYPE_PCA9555 "pca9555" |
| 17 | |
| 18 | #endif |