mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
arm64: dts: renesas: rzg2ul-smarc-som: Enable ADC on SMARC platform
Enable the ADC found on RZ/G2UL SMARC SoM. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Link: https://lore.kernel.org/r/20220608173025.22792-3-biju.das.jz@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
parent
ea25b1836f
commit
52271d3234
1 changed files with 12 additions and 0 deletions
|
@ -57,6 +57,14 @@
|
|||
#endif
|
||||
};
|
||||
|
||||
#if (SW_SW0_DEV_SEL)
|
||||
&adc {
|
||||
pinctrl-0 = <&adc_pins>;
|
||||
pinctrl-names = "default";
|
||||
status = "okay";
|
||||
};
|
||||
#endif
|
||||
|
||||
#if (!SW_ET0_EN_N)
|
||||
ð0 {
|
||||
pinctrl-0 = <ð0_pins>;
|
||||
|
@ -124,6 +132,10 @@
|
|||
};
|
||||
|
||||
&pinctrl {
|
||||
adc_pins: adc {
|
||||
pinmux = <RZG2L_PORT_PINMUX(6, 2, 1)>; /* ADC_TRG */
|
||||
};
|
||||
|
||||
eth0_pins: eth0 {
|
||||
pinmux = <RZG2L_PORT_PINMUX(4, 5, 1)>, /* ET0_LINKSTA */
|
||||
<RZG2L_PORT_PINMUX(4, 3, 1)>, /* ET0_MDC */
|
||||
|
|
Loading…
Add table
Reference in a new issue