1 // SPDX-License-Identifier: GPL-2.0
6 * Base device tree that overlays will be applied against.
8 * Do not add any properties in node "/".
9 * Do not add any nodes other than "/testcase-data-2" in node "/".
10 * Do not add anything that would result in dtc creating node "/__fixups__".
11 * dtc will create nodes "/__symbols__" and "/__local_fixups__".
19 electric_1: substation@100 {
20 compatible = "ot,big-volts-control";
21 reg = < 0x00000100 0x100 >;
24 hvac_1: hvac-medium-1 {
25 compatible = "ot,hvac-medium";
26 heat-range = < 50 75 >;
27 cool-range = < 60 80 >;
30 spin_ctrl_1: motor-1 {
31 compatible = "ot,ferris-wheel-motor";
36 spin_ctrl_2: motor-8 {
37 compatible = "ot,roller-coaster-motor";
44 compatible = "ot,rides";
46 orientation = < 127 >;
51 compatible = "ot,roller-coaster";
52 reg = < 0x00000100 0x100 >;
53 hvac-provider = < &hvac_1 >;
54 hvac-thermostat = < 29 > ;
56 hvac-zone-names = "operator";
57 spin-controller = < &spin_ctrl_2 5 &spin_ctrl_2 7 >;
58 spin-controller-names = "track_1", "track_2";
62 reg = < 0x00000030 0x10 >;
66 reg = < 0x00000040 0x10 >;
72 lights_1: lights@30000 {
73 compatible = "ot,work-lights";
74 reg = < 0x00030000 0x1000 >;
78 lights_2: lights@40000 {
79 compatible = "ot,show-lights";
80 reg = < 0x00040000 0x1000 >;
85 retail_1: vending@50000 {
86 reg = < 0x00050000 0x1000 >;
87 compatible = "ot,tickets";