blob: a9b6a3e558ca33ba2611121c1deb253047b166b0 [file] [log] [blame]
/*
* Copyright (c) 2020 Vestas Wind Systems A/S
*
* SPDX-License-Identifier: Apache-2.0
*/
&pinctrl {
cmp2_default: cmp2_default {
group0 {
pinmux = <ADC0_SE12_PTC14>;
drive-strength = "low";
slew-rate = "slow";
};
};
};
&cmp2 {
status = "okay";
pinctrl-0 = <&cmp2_default>;
pinctrl-names = "default";
};