18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * This header provides constants for most PWM bindings.
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Most PWM bindings can include a flags cell as part of the PWM specifier.
68c2ecf20Sopenharmony_ci * In most cases, the format of the flags cell uses the standard values
78c2ecf20Sopenharmony_ci * defined in this header.
88c2ecf20Sopenharmony_ci */
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_PWM_PWM_H
118c2ecf20Sopenharmony_ci#define _DT_BINDINGS_PWM_PWM_H
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci#define PWM_POLARITY_INVERTED			(1 << 0)
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ci#endif
16