blob: 475ecc9c2dc2f688c67c0337e8075e6d5b1b4f49 [file] [log] [blame]
Simon Glass82cafee2023-06-01 10:23:01 -06001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Binding shared between cedit.dtsi and test/boot/expo.c
4 *
5 * Copyright 2023 Google LLC
6 * Written by Simon Glass <sjg@chromium.org>
7 */
8
9#ifndef __cedit_test_h
10#define __cedit_test_h
11
12#define ID_PROMPT 1
13#define ID_SCENE1 2
14#define ID_SCENE1_TITLE 3
15
16#define ID_CPU_SPEED 4
17#define ID_CPU_SPEED_TITLE 5
18#define ID_CPU_SPEED_1 6
19#define ID_CPU_SPEED_2 7
20#define ID_CPU_SPEED_3 8
21
22#define ID_POWER_LOSS 9
23#define ID_AC_OFF 10
24#define ID_AC_ON 11
25#define ID_AC_MEMORY 12
26
Simon Glassc2bd2d32023-10-01 19:13:39 -060027#define ID_MACHINE_NAME 13
28#define ID_MACHINE_NAME_EDIT 14
29
30#define ID_DYNAMIC_START 15
Simon Glass82cafee2023-06-01 10:23:01 -060031
32#endif