Commit 5f599552 authored by Zhiyong Tao's avatar Zhiyong Tao Committed by Matthias Brugger

arm64: dts: mt2712: Add auxadc device node.

Add auxadc device node for MT2712.
Signed-off-by: default avatarZhiyong Tao <zhiyong.tao@mediatek.com>
Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent 2c97fa22
...@@ -41,6 +41,10 @@ cpus_fixed_vproc1: fixedregulator@1 { ...@@ -41,6 +41,10 @@ cpus_fixed_vproc1: fixedregulator@1 {
}; };
&auxadc {
status = "okay";
};
&cpu0 { &cpu0 {
proc-supply = <&cpus_fixed_vproc0>; proc-supply = <&cpus_fixed_vproc0>;
}; };
......
...@@ -289,6 +289,15 @@ gic: interrupt-controller@10510000 { ...@@ -289,6 +289,15 @@ gic: interrupt-controller@10510000 {
(GIC_CPU_MASK_RAW(0x13) | IRQ_TYPE_LEVEL_HIGH)>; (GIC_CPU_MASK_RAW(0x13) | IRQ_TYPE_LEVEL_HIGH)>;
}; };
auxadc: adc@11001000 {
compatible = "mediatek,mt2712-auxadc";
reg = <0 0x11001000 0 0x1000>;
clocks = <&pericfg CLK_PERI_AUXADC>;
clock-names = "main";
#io-channel-cells = <1>;
status = "disabled";
};
uart0: serial@11002000 { uart0: serial@11002000 {
compatible = "mediatek,mt2712-uart", compatible = "mediatek,mt2712-uart",
"mediatek,mt6577-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