blob: 0d38a9534156c2fea5a9c11ff948d1fe98869e4e [file] [log] [blame]
Simon Glass61300722023-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
Simon Glass53a0a2f2024-10-14 16:31:57 -060012#define ID_PROMPT 5
13#define ID_SCENE1 6
14#define ID_SCENE1_TITLE 7
Simon Glass61300722023-06-01 10:23:01 -060015
Simon Glass53a0a2f2024-10-14 16:31:57 -060016#define ID_CPU_SPEED 8
17#define ID_CPU_SPEED_TITLE 9
18#define ID_CPU_SPEED_1 10
19#define ID_CPU_SPEED_2 11
20#define ID_CPU_SPEED_3 12
Simon Glass61300722023-06-01 10:23:01 -060021
Simon Glass53a0a2f2024-10-14 16:31:57 -060022#define ID_POWER_LOSS 13
23#define ID_AC_OFF 14
24#define ID_AC_ON 15
25#define ID_AC_MEMORY 16
Simon Glass61300722023-06-01 10:23:01 -060026
Simon Glass53a0a2f2024-10-14 16:31:57 -060027#define ID_MACHINE_NAME 17
28#define ID_MACHINE_NAME_EDIT 18
Simon Glass70c579b2023-10-01 19:13:39 -060029
Simon Glass53a0a2f2024-10-14 16:31:57 -060030#define ID_DYNAMIC_START 19
Simon Glass61300722023-06-01 10:23:01 -060031
32#endif