18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: (GPL-2.0+ or MIT) */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (c) 2019 BayLibre, SAS
48c2ecf20Sopenharmony_ci * Author: Neil Armstrong <narmstrong@baylibre.com>
58c2ecf20Sopenharmony_ci */
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_MESON_SM1_POWER_H
88c2ecf20Sopenharmony_ci#define _DT_BINDINGS_MESON_SM1_POWER_H
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#define PWRC_SM1_VPU_ID		0
118c2ecf20Sopenharmony_ci#define PWRC_SM1_NNA_ID		1
128c2ecf20Sopenharmony_ci#define PWRC_SM1_USB_ID		2
138c2ecf20Sopenharmony_ci#define PWRC_SM1_PCIE_ID	3
148c2ecf20Sopenharmony_ci#define PWRC_SM1_GE2D_ID	4
158c2ecf20Sopenharmony_ci#define PWRC_SM1_AUDIO_ID	5
168c2ecf20Sopenharmony_ci#define PWRC_SM1_ETH_ID		6
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ci#endif
19