Files
thead-kernel/include/dt-bindings/reset/light-reset.h
thead_admin afef388b8e Linux_SDK_V1.2.1
Signed-off-by: thead_admin <occ_thead@service.alibaba.com>
2023-08-19 15:26:40 +08:00

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