Home | History | Annotate | Line # | Download | only in power
      1 /*	$NetBSD: meson-axg-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) 2020 BayLibre, SAS
      6  * Author: Neil Armstrong <narmstrong (at) baylibre.com>
      7  */
      8 
      9 #ifndef _DT_BINDINGS_MESON_AXG_POWER_H
     10 #define _DT_BINDINGS_MESON_AXG_POWER_H
     11 
     12 #define PWRC_AXG_VPU_ID			0
     13 #define PWRC_AXG_ETHERNET_MEM_ID	1
     14 #define PWRC_AXG_AUDIO_ID		2
     15 
     16 #endif
     17