mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-06-21 09:12:26 +02:00
20 lines
365 B
C
20 lines
365 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* Copyright (C) 2021 Alibaba, Inc.
|
|
*
|
|
* Author: zenglinghui <zenglinghui.zlh@linux.alibaba.com>
|
|
*/
|
|
|
|
#ifndef DT_BINDING_RESET_LIGHT_H
|
|
#define DT_BINDING_RESET_LIGHT_H
|
|
|
|
#define LIGHT_RESET_WDT0 0
|
|
#define LIGHT_RESET_WDT1 1
|
|
#define LIGHT_RESET_NPU 2
|
|
|
|
// vpsys reset
|
|
#define LIGHT_RESET_FCE 100
|
|
|
|
#endif
|
|
|