summaryrefslogtreecommitdiff
path: root/arch/arm/dts/meson-axg-jethome-jethub-j100-u-boot.dtsi
diff options
context:
space:
mode:
authorVyacheslav Bocharov <adeep@lexina.in>2022-04-24 11:21:58 +0300
committerNeil Armstrong <narmstrong@baylibre.com>2022-04-25 09:25:00 +0200
commitee8094f69646825d2c30b8bb9082e976f023f710 (patch)
treef52c716b05757f6a4a9f1dc98c26235addaff8a5 /arch/arm/dts/meson-axg-jethome-jethub-j100-u-boot.dtsi
parent8a4a73f466c1d2189aa5f8612f2f90ec9a727ea0 (diff)
board: amlogic: jethub j100: enable saradc in dts
Prepare to use ADC channel 1 to check the hardware revision of the board: - add u-boot dts include with saradc node Signed-off-by: Vyacheslav Bocharov <adeep@lexina.in> Reviewed-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Link: https://lore.kernel.org/r/20220424082159.757622-6-adeep@lexina.in
Diffstat (limited to 'arch/arm/dts/meson-axg-jethome-jethub-j100-u-boot.dtsi')
-rw-r--r--arch/arm/dts/meson-axg-jethome-jethub-j100-u-boot.dtsi10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/dts/meson-axg-jethome-jethub-j100-u-boot.dtsi b/arch/arm/dts/meson-axg-jethome-jethub-j100-u-boot.dtsi
new file mode 100644
index 00000000000..3ecb233f8e2
--- /dev/null
+++ b/arch/arm/dts/meson-axg-jethome-jethub-j100-u-boot.dtsi
@@ -0,0 +1,10 @@
+// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
+/*
+ * Copyright (c) 2022 Vyacheslav Bocharov <adeep@lexina.in>
+ * Author: Vyacheslav Bocharov <adeep@lexina.in>
+ */
+
+&saradc {
+ status = "okay";
+ vref-supply = <&vddio_ao18>;
+};