blob: a92f9e9ff13e0f009ef8769972dfdb3afa5f8850 [file] [log] [blame]
Neil Armstrongce9fa7b2019-08-30 14:09:27 +02001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (c) 2019 BayLibre, SAS.
4 * Author: Neil Armstrong <narmstrong@baylibre.com>
5 */
6
Neil Armstrong21cd92f2019-10-11 17:33:55 +02007#include "meson-g12-common-u-boot.dtsi"
Marek Szyprowski8bc78012021-02-04 10:11:45 +01008
9/* SARADC is needed for proper board variant detection */
10&saradc {
11 status = "okay";
12 vref-supply = <&vddao_1v8>;
13};