Home | History | Annotate | Line # | Download | only in power
      1 /*	$NetBSD: xlnx-zynqmp-power.h,v 1.1.1.1 2019/05/25 11:29:13 jmcneill Exp $	*/
      2 
      3 /* SPDX-License-Identifier: GPL-2.0 */
      4 /*
      5  *  Copyright (C) 2018 Xilinx, Inc.
      6  */
      7 
      8 #ifndef _DT_BINDINGS_ZYNQMP_POWER_H
      9 #define _DT_BINDINGS_ZYNQMP_POWER_H
     10 
     11 #define		PD_USB_0	22
     12 #define		PD_USB_1	23
     13 #define		PD_TTC_0	24
     14 #define		PD_TTC_1	25
     15 #define		PD_TTC_2	26
     16 #define		PD_TTC_3	27
     17 #define		PD_SATA		28
     18 #define		PD_ETH_0	29
     19 #define		PD_ETH_1	30
     20 #define		PD_ETH_2	31
     21 #define		PD_ETH_3	32
     22 #define		PD_UART_0	33
     23 #define		PD_UART_1	34
     24 #define		PD_SPI_0	35
     25 #define		PD_SPI_1	36
     26 #define		PD_I2C_0	37
     27 #define		PD_I2C_1	38
     28 #define		PD_SD_0		39
     29 #define		PD_SD_1		40
     30 #define		PD_DP		41
     31 #define		PD_GDMA		42
     32 #define		PD_ADMA		43
     33 #define		PD_NAND		44
     34 #define		PD_QSPI		45
     35 #define		PD_GPIO		46
     36 #define		PD_CAN_0	47
     37 #define		PD_CAN_1	48
     38 #define		PD_GPU		58
     39 #define		PD_PCIE		59
     40 
     41 #endif
     42