1*c66ec88fSEmmanuel Vadot /* SPDX-License-Identifier: (GPL-2.0+ or MIT) */ 2*c66ec88fSEmmanuel Vadot /* 3*c66ec88fSEmmanuel Vadot * Copyright (c) 2019 BayLibre, SAS 4*c66ec88fSEmmanuel Vadot * Author: Neil Armstrong <narmstrong@baylibre.com> 5*c66ec88fSEmmanuel Vadot */ 6*c66ec88fSEmmanuel Vadot 7*c66ec88fSEmmanuel Vadot #ifndef _DT_BINDINGS_MESON_GXBB_POWER_H 8*c66ec88fSEmmanuel Vadot #define _DT_BINDINGS_MESON_GXBB_POWER_H 9*c66ec88fSEmmanuel Vadot 10*c66ec88fSEmmanuel Vadot #define PWRC_GXBB_VPU_ID 0 11*c66ec88fSEmmanuel Vadot #define PWRC_GXBB_ETHERNET_MEM_ID 1 12*c66ec88fSEmmanuel Vadot 13*c66ec88fSEmmanuel Vadot #endif 14