Home | History | Annotate | Line # | Download | only in power
      1 /*	$NetBSD: mt7623a-power.h,v 1.1.1.1 2018/04/28 18:25:53 jmcneill Exp $	*/
      2 
      3 /* SPDX-License-Identifier: GPL-2.0 */
      4 #ifndef _DT_BINDINGS_POWER_MT7623A_POWER_H
      5 #define _DT_BINDINGS_POWER_MT7623A_POWER_H
      6 
      7 #define MT7623A_POWER_DOMAIN_CONN	0
      8 #define MT7623A_POWER_DOMAIN_ETH	1
      9 #define MT7623A_POWER_DOMAIN_HIF	2
     10 #define MT7623A_POWER_DOMAIN_IFR_MSC	3
     11 
     12 #endif /* _DT_BINDINGS_POWER_MT7623A_POWER_H */
     13