Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
rpi_bcm283x_power.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026 Muhammad Waleed Badar
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
16
17#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_POWER_RPI_BCM283X_POWER__H_
18#define ZEPHYR_INCLUDE_DT_BINDINGS_POWER_RPI_BCM283X_POWER__H_
19
23#define RPI_POWER_DOMAIN_SD_CARD 0x00000000U
25#define RPI_POWER_DOMAIN_UART0 0x00000001U
27#define RPI_POWER_DOMAIN_UART1 0x00000002U
29#define RPI_POWER_DOMAIN_USB_HCD 0x00000003U
31#define RPI_POWER_DOMAIN_I2C0 0x00000004U
33#define RPI_POWER_DOMAIN_I2C1 0x00000005U
35#define RPI_POWER_DOMAIN_I2C2 0x00000006U
37#define RPI_POWER_DOMAIN_SPI 0x00000007U
39#define RPI_POWER_DOMAIN_CCP2TX 0x00000008U
41#define RPI_POWER_DOMAIN_UNKNOWN0 0x00000009U
43#define RPI_POWER_DOMAIN_UNKNOWN1 0x0000000AU
45
46#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_POWER_RPI_BCM283X_POWER__H_ */