]> git.ipfire.org Git - thirdparty/u-boot.git/blob - include/dt-bindings/soc/bcm-pmb.h
Squashed 'dts/upstream/' content from commit aaba2d45dc2a
[thirdparty/u-boot.git] / include / dt-bindings / soc / bcm-pmb.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later OR MIT */
2
3 #ifndef __DT_BINDINGS_SOC_BCM_PMB_H
4 #define __DT_BINDINGS_SOC_BCM_PMB_H
5
6 #define BCM_PMB_PCIE0 0x01
7 #define BCM_PMB_PCIE1 0x02
8 #define BCM_PMB_PCIE2 0x03
9 #define BCM_PMB_HOST_USB 0x04
10 #define BCM_PMB_SATA 0x05
11
12 #endif