340ea839b4
Add define for the NNA power domain for the NPU in the G12A. Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Acked-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Link: https://lore.kernel.org/r/20221202115223.39051-3-tomeu.vizoso@collabora.com Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
15 lines
318 B
C
15 lines
318 B
C
/* SPDX-License-Identifier: (GPL-2.0+ or MIT) */
|
|
/*
|
|
* Copyright (c) 2019 BayLibre, SAS
|
|
* Author: Neil Armstrong <narmstrong@baylibre.com>
|
|
*/
|
|
|
|
#ifndef _DT_BINDINGS_MESON_G12A_POWER_H
|
|
#define _DT_BINDINGS_MESON_G12A_POWER_H
|
|
|
|
#define PWRC_G12A_VPU_ID 0
|
|
#define PWRC_G12A_ETH_ID 1
|
|
#define PWRC_G12A_NNA_ID 2
|
|
|
|
#endif
|