1/* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */ 2/* 3 * Device Tree defines for CS48L32 DSP. 4 * 5 * Copyright (C) 2016-2018, 2022, 2025 Cirrus Logic, Inc. and 6 * Cirrus Logic International Semiconductor Ltd. 7 */ 8 9#ifndef DT_BINDINGS_SOUND_CS48L32_H 10#define DT_BINDINGS_SOUND_CS48L32_H 11 12/* Values for cirrus,in-type */ 13#define CS48L32_IN_TYPE_DIFF 0 14#define CS48L32_IN_TYPE_SE 1 15 16/* Values for cirrus,pdm-sup */ 17#define CS48L32_PDM_SUP_VOUT_MIC 0 18#define CS48L32_PDM_SUP_MICBIAS1 1 19 20#endif 21 22