162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * This header provides constants for most PWM bindings. 462306a36Sopenharmony_ci * 562306a36Sopenharmony_ci * Most PWM bindings can include a flags cell as part of the PWM specifier. 662306a36Sopenharmony_ci * In most cases, the format of the flags cell uses the standard values 762306a36Sopenharmony_ci * defined in this header. 862306a36Sopenharmony_ci */ 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ci#ifndef _DT_BINDINGS_PWM_PWM_H 1162306a36Sopenharmony_ci#define _DT_BINDINGS_PWM_PWM_H 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ci#define PWM_POLARITY_INVERTED (1 << 0) 1462306a36Sopenharmony_ci 1562306a36Sopenharmony_ci#endif 16