xref: /optee_os/core/include/dt-bindings/scmi/scmi-clock.h (revision bb53872221401f87ef4e98938464319684db9ada)
1 /* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */
2 /*
3  * Copyright (C) STMicroelectronics 2024 - All Rights Reserved
4  */
5 
6 #ifndef _DT_BINDINGS_SCMI_SCMI_CLOCK_H_
7 #define _DT_BINDINGS_SCMI_SCMI_CLOCK_H_
8 
9 #define SCMI_CLOCK_DEFAULT_ENABLED	0x1
10 #define SCMI_CLOCK_ALLOW_SET_RATE	0x2
11 #define SCMI_CLOCK_MASK			GENMASK_32(1, 0)
12 
13 #endif /* _DT_BINDINGS_SCMI_SCMI_CLOCK_H_ */
14