1/* 2 * SPDX-License-Identifier: Apache-2.0 3 * 4 * Copyright (c) 2024 Ayush Singh <ayush@beagleboard.org> 5 */ 6 7/ { 8 zephyr,user { 9 /* Reading mulitple pins not possible */ 10 io-channels = <&adc0 0x09>; 11 io-channel-names = "MB1_AN"; 12 13 /* 14 * io-channels = <&adc0 0x0a>; 15 * io-channel-names = "MB2_AN"; 16 */ 17 }; 18}; 19