Commit 03f7d78e authored by Lad Prabhakar's avatar Lad Prabhakar Committed by Geert Uytterhoeven

arm64: dts: renesas: rzg2l-smarc-som: Enable ADC on SMARC platform

Enable the ADC which is present on RZ/G2L SMARC SOM.
Signed-off-by: default avatarLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: default avatarBiju Das <biju.das.jz@bp.renesas.com>
Link: https://lore.kernel.org/r/20210922212049.19851-3-prabhakar.mahadev-lad.rj@bp.renesas.comSigned-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent 55c68261
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
* Copyright (C) 2021 Renesas Electronics Corp. * Copyright (C) 2021 Renesas Electronics Corp.
*/ */
#include <dt-bindings/pinctrl/rzg2l-pinctrl.h>
/ { / {
memory@48000000 { memory@48000000 {
device_type = "memory"; device_type = "memory";
...@@ -13,6 +15,21 @@ memory@48000000 { ...@@ -13,6 +15,21 @@ memory@48000000 {
}; };
}; };
&adc {
pinctrl-0 = <&adc_pins>;
pinctrl-names = "default";
status = "okay";
/delete-node/ channel@6;
/delete-node/ channel@7;
};
&extal_clk { &extal_clk {
clock-frequency = <24000000>; clock-frequency = <24000000>;
}; };
&pinctrl {
adc_pins: adc {
pinmux = <RZG2L_PORT_PINMUX(9, 0, 2)>; /* ADC_TRG */
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment