samsung,boot-mode.h revision 1.1.1.1
1/*	$NetBSD: samsung,boot-mode.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) 2022 Samsung Electronics Co., Ltd.
6 * Author: Chanho Park <chanho61.park@samsung.com>
7 *
8 * Device Tree bindings for Samsung Boot Mode.
9 */
10
11#ifndef __DT_BINDINGS_SAMSUNG_BOOT_MODE_H
12#define __DT_BINDINGS_SAMSUNG_BOOT_MODE_H
13
14/* Boot mode definitions for Exynos Auto v9 SoC */
15
16#define EXYNOSAUTOV9_BOOT_FASTBOOT	0xfa
17#define EXYNOSAUTOV9_BOOT_BOOTLOADER	0xfc
18#define EXYNOSAUTOV9_BOOT_RECOVERY	0xff
19
20#endif /* __DT_BINDINGS_SAMSUNG_BOOT_MODE_H */
21