Home | History | Annotate | Line # | Download | only in power
meson8-power.h revision 1.1
      1 /*	$NetBSD: meson8-power.h,v 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 (at) 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