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