1*aa1a8ff2SEmmanuel Vadot /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ 26be33864SEmmanuel Vadot /* 36be33864SEmmanuel Vadot * Copyright (c) 2020 BayLibre, SAS 46be33864SEmmanuel Vadot * Author: Neil Armstrong <narmstrong@baylibre.com> 56be33864SEmmanuel Vadot */ 66be33864SEmmanuel Vadot 76be33864SEmmanuel Vadot #ifndef _DT_BINDINGS_MESON_AXG_POWER_H 86be33864SEmmanuel Vadot #define _DT_BINDINGS_MESON_AXG_POWER_H 96be33864SEmmanuel Vadot 106be33864SEmmanuel Vadot #define PWRC_AXG_VPU_ID 0 116be33864SEmmanuel Vadot #define PWRC_AXG_ETHERNET_MEM_ID 1 126be33864SEmmanuel Vadot #define PWRC_AXG_AUDIO_ID 2 136be33864SEmmanuel Vadot 146be33864SEmmanuel Vadot #endif 15