xref: /freebsd/sys/contrib/device-tree/include/dt-bindings/power/meson-g12a-power.h (revision cb7aa33ac6cd46a5434798e50363136e64f3ae98)
1c66ec88fSEmmanuel Vadot /* SPDX-License-Identifier: (GPL-2.0+ or MIT) */
2c66ec88fSEmmanuel Vadot /*
3c66ec88fSEmmanuel Vadot  * Copyright (c) 2019 BayLibre, SAS
4c66ec88fSEmmanuel Vadot  * Author: Neil Armstrong <narmstrong@baylibre.com>
5c66ec88fSEmmanuel Vadot  */
6c66ec88fSEmmanuel Vadot 
7c66ec88fSEmmanuel Vadot #ifndef _DT_BINDINGS_MESON_G12A_POWER_H
8c66ec88fSEmmanuel Vadot #define _DT_BINDINGS_MESON_G12A_POWER_H
9c66ec88fSEmmanuel Vadot 
10c66ec88fSEmmanuel Vadot #define PWRC_G12A_VPU_ID		0
11c66ec88fSEmmanuel Vadot #define PWRC_G12A_ETH_ID		1
12*cb7aa33aSEmmanuel Vadot #define PWRC_G12A_NNA_ID		2
13c66ec88fSEmmanuel Vadot 
14c66ec88fSEmmanuel Vadot #endif
15