1aa1a8ff2SEmmanuel 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 12cb7aa33aSEmmanuel Vadot #define PWRC_G12A_NNA_ID 2 13*8d13bc63SEmmanuel Vadot #define PWRC_G12A_ISP_ID 3 14c66ec88fSEmmanuel Vadot 15c66ec88fSEmmanuel Vadot #endif 16