Home | History | Annotate | Line # | Download | only in power
      1  1.1  jmcneill /*	$NetBSD: meson-axg-power.h,v 1.1.1.1 2021/11/07 16:49:56 jmcneill Exp $	*/
      2  1.1  jmcneill 
      3  1.1  jmcneill /* SPDX-License-Identifier: (GPL-2.0+ or MIT) */
      4  1.1  jmcneill /*
      5  1.1  jmcneill  * Copyright (c) 2020 BayLibre, SAS
      6  1.1  jmcneill  * Author: Neil Armstrong <narmstrong (at) baylibre.com>
      7  1.1  jmcneill  */
      8  1.1  jmcneill 
      9  1.1  jmcneill #ifndef _DT_BINDINGS_MESON_AXG_POWER_H
     10  1.1  jmcneill #define _DT_BINDINGS_MESON_AXG_POWER_H
     11  1.1  jmcneill 
     12  1.1  jmcneill #define PWRC_AXG_VPU_ID			0
     13  1.1  jmcneill #define PWRC_AXG_ETHERNET_MEM_ID	1
     14  1.1  jmcneill #define PWRC_AXG_AUDIO_ID		2
     15  1.1  jmcneill 
     16  1.1  jmcneill #endif
     17