/* * Copyright (c) 2025 Renesas Electronics Corporation * SPDX-License-Identifier: Apache-2.0 */ #include / { aliases { test-comp = &acmphs0; }; zephyr,user { test-gpios = <&ioport6 6 GPIO_ACTIVE_HIGH>; }; }; &acmphs_global { status = "okay"; acmphs0 { pinctrl-0 = <&acmphs_ivref0 &acmphs0_ivcmp0>; pinctrl-names = "default"; interrupts = <90 12>; interrupt-names = "hs"; reference-input-source = "ivref0"; compare-input-source = "ivcmp0"; noise-filter = <1>; status = "okay"; }; };