Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
realtek-rts5817-gpio.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026 Realtek Semiconductor, Inc.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
14
15#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_RTS5817_GPIO_H_
16#define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_RTS5817_GPIO_H_
17
31
32#define GPIO_CACHE_CS2 0
33#define GPIO_SSI_M_MISO 4
34#define GPIO_SSI_M_MOSI 5
35#define GPIO_SSI_M_CS 6
36#define GPIO_SSI_M_SCK 7
37#define GPIO_SCL0 8
38#define GPIO_SDA0 9
39#define GPIO_SCL2 10
40#define GPIO_SDA2 11
41#define GPIO_SCL1 12
42#define GPIO_SDA1 13
43#define GPIO_SSI_S_MISO 14
44#define GPIO_SSI_S_MOSI 15
45#define GPIO_SSI_S_CS 16
46#define GPIO_SSI_S_SCK 17
47#define GPIO_GPIO14 18
48#define GPIO_GPIO15 19
49#define GPIO_AL0 20
50#define GPIO_AL1 21
51#define GPIO_AL2 22
52#define GPIO_SNR_RST 23
53#define GPIO_SNR_CS 24
54#define GPIO_SNR_GPIO 25
55#define GPI_WAKE1 26
56#define GPI_WAKE2 27
57
59
67
68#define GPIO_POWER_3V3 BIT(8)
69#define GPIO_POWER_1V8 BIT(9)
70
72
73#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_RTS5817_GPIO_H_ */