|
16 | 16 |
|
17 | 17 | electric_1: substation@100 { |
18 | 18 | compatible = "ot,big-volts-control"; |
19 | | - reg = < 0x00000100 0x100 >; |
| 19 | + reg = <0x00000100 0x100>; |
20 | 20 | status = "disabled"; |
21 | 21 |
|
22 | 22 | hvac_1: hvac-medium-1 { |
23 | 23 | compatible = "ot,hvac-medium"; |
24 | | - heat-range = < 50 75 >; |
25 | | - cool-range = < 60 80 >; |
| 24 | + heat-range = <50 75>; |
| 25 | + cool-range = <60 80>; |
26 | 26 | }; |
27 | 27 |
|
28 | 28 | spin_ctrl_1: motor-1 { |
29 | 29 | compatible = "ot,ferris-wheel-motor"; |
30 | 30 | spin = "clockwise"; |
31 | | - rpm_avail = < 50 >; |
| 31 | + rpm_avail = <50>; |
32 | 32 | }; |
33 | 33 |
|
34 | 34 | spin_ctrl_2: motor-8 { |
|
41 | 41 | #size-cells = <1>; |
42 | 42 | compatible = "ot,rides"; |
43 | 43 | status = "disabled"; |
44 | | - orientation = < 127 >; |
| 44 | + orientation = <127>; |
45 | 45 |
|
46 | 46 | ride@100 { |
47 | 47 | #address-cells = <1>; |
48 | 48 | #size-cells = <1>; |
49 | 49 | compatible = "ot,roller-coaster"; |
50 | | - reg = < 0x00000100 0x100 >; |
51 | | - hvac-provider = < &hvac_1 >; |
52 | | - hvac-thermostat = < 29 > ; |
53 | | - hvac-zones = < 14 >; |
| 50 | + reg = <0x00000100 0x100>; |
| 51 | + hvac-provider = <&hvac_1>; |
| 52 | + hvac-thermostat = <29> ; |
| 53 | + hvac-zones = <14>; |
54 | 54 | hvac-zone-names = "operator"; |
55 | | - spin-controller = < &spin_ctrl_2 5 &spin_ctrl_2 7 >; |
| 55 | + spin-controller = <&spin_ctrl_2 5 &spin_ctrl_2 7>; |
56 | 56 | spin-controller-names = "track_1", "track_2"; |
57 | | - queues = < 2 >; |
| 57 | + queues = <2>; |
58 | 58 |
|
59 | 59 | track@30 { |
60 | | - reg = < 0x00000030 0x10 >; |
| 60 | + reg = <0x00000030 0x10>; |
61 | 61 | }; |
62 | 62 |
|
63 | 63 | track@40 { |
64 | | - reg = < 0x00000040 0x10 >; |
| 64 | + reg = <0x00000040 0x10>; |
65 | 65 | }; |
66 | 66 |
|
67 | 67 | }; |
68 | 68 | }; |
69 | 69 |
|
70 | 70 | lights_1: lights@30000 { |
71 | 71 | compatible = "ot,work-lights"; |
72 | | - reg = < 0x00030000 0x1000 >; |
| 72 | + reg = <0x00030000 0x1000>; |
73 | 73 | status = "disabled"; |
74 | 74 | }; |
75 | 75 |
|
76 | 76 | lights_2: lights@40000 { |
77 | 77 | compatible = "ot,show-lights"; |
78 | | - reg = < 0x00040000 0x1000 >; |
| 78 | + reg = <0x00040000 0x1000>; |
79 | 79 | status = "disabled"; |
80 | | - rate = < 13 138 >; |
| 80 | + rate = <13 138>; |
81 | 81 | }; |
82 | 82 |
|
83 | 83 | retail_1: vending@50000 { |
84 | | - reg = < 0x00050000 0x1000 >; |
| 84 | + reg = <0x00050000 0x1000>; |
85 | 85 | compatible = "ot,tickets"; |
86 | 86 | status = "disabled"; |
87 | 87 | }; |
|
0 commit comments