Commit 204b9cd5 authored by Fabien Parent's avatar Fabien Parent Committed by Matthias Brugger

arm64: dts: mediatek: mt8516: add auxadc node

Add node for the auxadc IP. The IP is compatible with the one found
in MT8173 SoC.
Signed-off-by: default avatarFabien Parent <fparent@baylibre.com>
Link: https://lore.kernel.org/r/20201012205218.3010868-2-fparent@baylibre.comSigned-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent 54e9f363
...@@ -470,5 +470,15 @@ usb0_port: usb-phy@11110800 { ...@@ -470,5 +470,15 @@ usb0_port: usb-phy@11110800 {
#phy-cells = <1>; #phy-cells = <1>;
}; };
}; };
auxadc: adc@11003000 {
compatible = "mediatek,mt8516-auxadc",
"mediatek,mt8173-auxadc";
reg = <0 0x11003000 0 0x1000>;
clocks = <&topckgen CLK_TOP_AUX_ADC>;
clock-names = "main";
#io-channel-cells = <1>;
status = "disabled";
};
}; };
}; };
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