Commit eb59b353 authored by Zhiyong Tao's avatar Zhiyong Tao Committed by Matthias Brugger

arm64: dts: mt8183: Add auxadc device node

Add auxadc device node for MT8183
Signed-off-by: default avatarZhiyong Tao <zhiyong.tao@mediatek.com>
Signed-off-by: default avatarErin Lo <erin.lo@mediatek.com>
Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent da719a35
......@@ -26,6 +26,10 @@ chosen {
};
};
&auxadc {
status = "okay";
};
&uart0 {
status = "okay";
};
......@@ -245,6 +245,16 @@ pwrap: pwrap@1000d000 {
clock-names = "spi", "wrap";
};
auxadc: auxadc@11001000 {
compatible = "mediatek,mt8183-auxadc",
"mediatek,mt8173-auxadc";
reg = <0 0x11001000 0 0x1000>;
clocks = <&infracfg CLK_INFRA_AUXADC>;
clock-names = "main";
#io-channel-cells = <1>;
status = "disabled";
};
uart0: serial@11002000 {
compatible = "mediatek,mt8183-uart",
"mediatek,mt6577-uart";
......
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