1*440b075bSKrzysztof Kozlowski /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
218dfc0bfSMartin Blumenstingl /*
318dfc0bfSMartin Blumenstingl  * Copyright (c) 2019 Martin Blumenstingl <martin.blumenstingl@googlemail.com>
418dfc0bfSMartin Blumenstingl  */
518dfc0bfSMartin Blumenstingl 
618dfc0bfSMartin Blumenstingl #ifndef _DT_BINDINGS_MESON8_POWER_H
718dfc0bfSMartin Blumenstingl #define _DT_BINDINGS_MESON8_POWER_H
818dfc0bfSMartin Blumenstingl 
918dfc0bfSMartin Blumenstingl #define PWRC_MESON8_VPU_ID			0
1018dfc0bfSMartin Blumenstingl #define PWRC_MESON8_ETHERNET_MEM_ID		1
1118dfc0bfSMartin Blumenstingl #define PWRC_MESON8_AUDIO_DSP_MEM_ID		2
1218dfc0bfSMartin Blumenstingl 
1318dfc0bfSMartin Blumenstingl #endif /* _DT_BINDINGS_MESON8_POWER_H */
14