1*aa1a8ff2SEmmanuel 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_GXBB_POWER_H 8c66ec88fSEmmanuel Vadot #define _DT_BINDINGS_MESON_GXBB_POWER_H 9c66ec88fSEmmanuel Vadot 10c66ec88fSEmmanuel Vadot #define PWRC_GXBB_VPU_ID 0 11c66ec88fSEmmanuel Vadot #define PWRC_GXBB_ETHERNET_MEM_ID 1 12c66ec88fSEmmanuel Vadot 13c66ec88fSEmmanuel Vadot #endif 14