File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 101
101
/omit-if-no-ref/ fanpwm1_gpio74: fanpwm1_gpio74 {
102
102
pinmux = <ENE_KB1200_PINMUX(0x74, PINMUX_FUNC_B)>;
103
103
};
104
+ /omit-if-no-ref/ tach0_gpio48: tach0_gpio48 {
105
+ pinmux = <ENE_KB1200_PINMUX(0x48, PINMUX_FUNC_A)>;
106
+ };
107
+ /omit-if-no-ref/ tach1_gpio4e: tach1_gpio4e {
108
+ pinmux = <ENE_KB1200_PINMUX(0x4E, PINMUX_FUNC_A)>;
109
+ };
110
+ /omit-if-no-ref/ tach2_gpio0e: tach2_gpio0e {
111
+ pinmux = <ENE_KB1200_PINMUX(0x0E, PINMUX_FUNC_A)>;
112
+ };
113
+ /omit-if-no-ref/ tach3_gpio43: tach3_gpio43 {
114
+ pinmux = <ENE_KB1200_PINMUX(0x43, PINMUX_FUNC_A)>;
115
+ };
104
116
};
Original file line number Diff line number Diff line change 214
214
#pwm-cells = <3>;
215
215
status = "disabled";
216
216
};
217
+
218
+ tach0: tach@40100000 {
219
+ compatible = "ene,kb1200-tach";
220
+ reg = <0x40100000 0x10>;
221
+ status = "disabled";
222
+ };
223
+
224
+ tach1: tach@40100010 {
225
+ compatible = "ene,kb1200-tach";
226
+ reg = <0x40100010 0x10>;
227
+ status = "disabled";
228
+ };
229
+
230
+ tach2: tach@40100020 {
231
+ compatible = "ene,kb1200-tach";
232
+ reg = <0x40100020 0x10>;
233
+ status = "disabled";
234
+ };
235
+
236
+ tach3: tach@40100030 {
237
+ compatible = "ene,kb1200-tach";
238
+ reg = <0x40100030 0x10>;
239
+ status = "disabled";
240
+ };
217
241
};
218
242
};
219
243
You can’t perform that action at this time.
0 commit comments