File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 70
70
slew-rate = "slow";
71
71
};
72
72
};
73
+ pinmux_cmp: pinmux_cmp {
74
+ group0 {
75
+ pinmux = <CMP0_IN0_PTC6>;
76
+ drive-strength = "high";
77
+ slew-rate = "fast";
78
+ };
79
+ };
73
80
};
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2024 NXP
2
+ * Copyright 2024-2025 NXP
3
3
*
4
4
* SPDX-License-Identifier: Apache-2.0
5
5
*/
@@ -200,3 +200,9 @@ zephyr_udc0: &usb {
200
200
&pit0_channel1 {
201
201
status = "okay";
202
202
};
203
+
204
+ &cmp {
205
+ status = "okay";
206
+ pinctrl-0 = <&pinmux_cmp>;
207
+ pinctrl-names = "default";
208
+ };
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2024 NXP
2
+ * Copyright 2024-2025 NXP
3
3
*
4
4
* SPDX-License-Identifier: Apache-2.0
5
5
*/
322
322
status = "disabled";
323
323
};
324
324
};
325
+
326
+ cmp: cmp@40073000 {
327
+ compatible = "nxp,cmp";
328
+ reg = <0x40073000 0x1000>;
329
+ interrupts = <16 0>;
330
+ status = "disabled";
331
+ clocks = <&sim KINETIS_SIM_CMP_CLK 0 0>;
332
+ };
325
333
};
326
334
};
327
335
You can’t perform that action at this time.
0 commit comments