xref: /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/power/meson8-power.h (revision 58c3e048f5c2f43ee7e820013e37079f2e0b6ae5)
1 /*	$NetBSD: meson8-power.h,v 1.1.1.1 2021/11/07 16:49:56 jmcneill Exp $	*/
2 
3 /* SPDX-License-Identifier: (GPL-2.0+ or MIT) */
4 /*
5  * Copyright (c) 2019 Martin Blumenstingl <martin.blumenstingl@googlemail.com>
6  */
7 
8 #ifndef _DT_BINDINGS_MESON8_POWER_H
9 #define _DT_BINDINGS_MESON8_POWER_H
10 
11 #define PWRC_MESON8_VPU_ID			0
12 #define PWRC_MESON8_ETHERNET_MEM_ID		1
13 #define PWRC_MESON8_AUDIO_DSP_MEM_ID		2
14 
15 #endif /* _DT_BINDINGS_MESON8_POWER_H */
16