xref: /linux/scripts/dtc/include-prefixes/arm64/rockchip/rk8xx.h (revision 115e74a29b530d121891238e9551c4bcdf7b04b5)
1 /* SPDX-License-Identifier: (GPL-2.0-or-later OR MIT) */
2 /*
3  * Device Tree defines for Rockchip RK8xx PMICs
4  *
5  * Copyright 2025 Cherry Embedded Solutions GmbH
6  *
7  * Author: Quentin Schulz <quentin.schulz@cherry.de>
8  */
9 
10 #ifndef _DT_MFD_ROCKCHIP_RK8XX_H
11 #define _DT_MFD_ROCKCHIP_RK8XX_H
12 
13 /* For use with rockchip,reset-mode property */
14 #define RK806_RESTART		0
15 #define RK806_RESET		1
16 #define RK806_RESET_NOTIFY	2
17 
18 #endif
19