1 /* $NetBSD: meson-g12a-power.h,v 1.1.1.1 2020/01/03 14:33:03 skrll Exp $ */ 2 3 /* SPDX-License-Identifier: (GPL-2.0+ or MIT) */ 4 /* 5 * Copyright (c) 2019 BayLibre, SAS 6 * Author: Neil Armstrong <narmstrong@baylibre.com> 7 */ 8 9 #ifndef _DT_BINDINGS_MESON_G12A_POWER_H 10 #define _DT_BINDINGS_MESON_G12A_POWER_H 11 12 #define PWRC_G12A_VPU_ID 0 13 #define PWRC_G12A_ETH_ID 1 14 15 #endif 16