aboutsummaryrefslogtreecommitdiff
path: root/include/hw/gpio/pcf8574.h
blob: 3291d7dbbcf72be47d565536b76be172dd4eb702 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-only */

/*
 * NXP PCF8574 8-port I2C GPIO expansion chip.
 *
 * Copyright (c) 2024 KNS Group (YADRO).
 * Written by Dmitrii Sharikhin <d.sharikhin@yadro.com>
 */

#ifndef _HW_GPIO_PCF8574
#define _HW_GPIO_PCF8574

#define TYPE_PCF8574 "pcf8574"

#endif /* _HW_GPIO_PCF8574 */