samsung,boot-mode.h 530 B

123456789101112131415161718
  1. /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
  2. /*
  3. * Copyright (c) 2022 Samsung Electronics Co., Ltd.
  4. * Author: Chanho Park <[email protected]>
  5. *
  6. * Device Tree bindings for Samsung Boot Mode.
  7. */
  8. #ifndef __DT_BINDINGS_SAMSUNG_BOOT_MODE_H
  9. #define __DT_BINDINGS_SAMSUNG_BOOT_MODE_H
  10. /* Boot mode definitions for Exynos Auto v9 SoC */
  11. #define EXYNOSAUTOV9_BOOT_FASTBOOT 0xfa
  12. #define EXYNOSAUTOV9_BOOT_BOOTLOADER 0xfc
  13. #define EXYNOSAUTOV9_BOOT_RECOVERY 0xff
  14. #endif /* __DT_BINDINGS_SAMSUNG_BOOT_MODE_H */