/* * Copyright 2025 NXP * * SPDX-License-Identifier: Apache-2.0 */ #include #include &lpadc0 { status = "okay"; #address-cells = <1>; #size-cells = <0>; channel@0 { reg = <0>; zephyr,gain = "ADC_GAIN_1"; zephyr,reference = "ADC_REF_EXTERNAL0"; zephyr,acquisition-time = ; zephyr,input-positive = ; }; }; &temp0 { status = "okay"; io-channels = <&lpadc0 0>; };