1/* $NetBSD: samsung,exynos-usi.h,v 1.1.1.1 2026/01/18 05:21:56 skrll Exp $ */ 2 3/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 4/* 5 * Copyright (c) 2021 Linaro Ltd. 6 * Author: Sam Protsenko <semen.protsenko@linaro.org> 7 * 8 * Device Tree bindings for Samsung Exynos USI (Universal Serial Interface). 9 */ 10 11#ifndef __DT_BINDINGS_SAMSUNG_EXYNOS_USI_H 12#define __DT_BINDINGS_SAMSUNG_EXYNOS_USI_H 13 14#define USI_V2_NONE 0 15#define USI_V2_UART 1 16#define USI_V2_SPI 2 17#define USI_V2_I2C 3 18 19#endif /* __DT_BINDINGS_SAMSUNG_EXYNOS_USI_H */ 20