mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
d84982dbfa
This adds device tree for MT7623 development board - Bananapi R2 Detailed hardware information for BPI-R2 which could be found on http://wiki.banana-pi.org/Banana_Pi_BPI-R2. Signed-off-by: Ryder Lee <ryder.lee@mediatek.com> Tested-by: Matthias Brugger <matthias.bgg@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
19 lines
516 B
C
19 lines
516 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (C) 2018 MediaTek Inc.
|
|
*/
|
|
|
|
#ifndef _DT_BINDINGS_MT7623_POWER_H
|
|
#define _DT_BINDINGS_MT7623_POWER_H
|
|
|
|
#define MT7623_POWER_DOMAIN_CONN 0
|
|
#define MT7623_POWER_DOMAIN_DISP 1
|
|
#define MT7623_POWER_DOMAIN_MFG 2
|
|
#define MT7623_POWER_DOMAIN_VDEC 3
|
|
#define MT7623_POWER_DOMAIN_ISP 4
|
|
#define MT7623_POWER_DOMAIN_BDP 5
|
|
#define MT7623_POWER_DOMAIN_ETH 6
|
|
#define MT7623_POWER_DOMAIN_HIF 7
|
|
#define MT7623_POWER_DOMAIN_IFR_MSC 8
|
|
|
|
#endif /* _DT_BINDINGS_MT7623_POWER_H */
|