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";
35 spin_ctrl_2: motor-8 {
36 compatible = "ot,roller-coaster-motor";
43 compatible = "ot,rides";
45 orientation = < 127 >;
50 compatible = "ot,roller-coaster";
51 reg = < 0x00000100 0x100 >;
52 hvac-provider = < &hvac_1 >;
53 hvac-thermostat = < 29 > ;
55 hvac-zone-names = "operator";
56 spin-controller = < &spin_ctrl_2 5 &spin_ctrl_2 7 >;
57 spin-controller-names = "track_1", "track_2";
61 reg = < 0x00000030 0x10 >;
65 reg = < 0x00000040 0x10 >;
71 lights_1: lights@30000 {
72 compatible = "ot,work-lights";
73 reg = < 0x00030000 0x1000 >;
77 lights_2: lights@40000 {
78 compatible = "ot,show-lights";
79 reg = < 0x00040000 0x1000 >;
84 retail_1: vending@50000 {
85 reg = < 0x00050000 0x1000 >;
86 compatible = "ot,tickets";