/* Copyright (C) 2023 BeagleBoard.org Foundation * Copyright (C) 2023 S Prashanth * * SPDX-License-Identifier: Apache-2.0 */ #ifndef __DT_BINDING_TI_VIM_H #define __DT_BINDING_TI_VIM_H #include #define IRQ_TYPE_LEVEL BIT(1) #define IRQ_TYPE_EDGE BIT(2) #define IRQ_DEFAULT_PRIORITY 0xf #endif /* __DT_BINDING_TI_VIM_H */