aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/arch/arm/dts/meson-g12b-odroid-n2-u-boot.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/arch/arm/dts/meson-g12b-odroid-n2-u-boot.dtsi')
-rw-r--r--roms/u-boot/arch/arm/dts/meson-g12b-odroid-n2-u-boot.dtsi13
1 files changed, 13 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/dts/meson-g12b-odroid-n2-u-boot.dtsi b/roms/u-boot/arch/arm/dts/meson-g12b-odroid-n2-u-boot.dtsi
new file mode 100644
index 000000000..a92f9e9ff
--- /dev/null
+++ b/roms/u-boot/arch/arm/dts/meson-g12b-odroid-n2-u-boot.dtsi
@@ -0,0 +1,13 @@
+// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
+/*
+ * Copyright (c) 2019 BayLibre, SAS.
+ * Author: Neil Armstrong <narmstrong@baylibre.com>
+ */
+
+#include "meson-g12-common-u-boot.dtsi"
+
+/* SARADC is needed for proper board variant detection */
+&saradc {
+ status = "okay";
+ vref-supply = <&vddao_1v8>;
+};