1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (c) 2019 BayLibre, SAS.
4 * Author: Neil Armstrong <narmstrong@baylibre.com>
5 */
6
7#include "meson-g12-common-u-boot.dtsi"
8
9/* SARADC is needed for proper board variant detection */
10&saradc {
11	status = "okay";
12	vref-supply = <&vddao_1v8>;
13};
14