1/*
2 * SPDX-License-Identifier: Apache-2.0
3 *
4 * Copyright (c) 2025 TOKITA Hiroshi
5 */
6
7/* W5500 EVB Pico2 can work the same configuration as W5500 EVB Pico */
8#include "w5500_evb_pico.overlay"
9
10&adc {
11	status = "okay";
12};
13