We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c452810 commit 59678ccCopy full SHA for 59678cc
arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi
@@ -626,6 +626,17 @@
626
status = "disabled";
627
};
628
629
+ gpadc: adc@5070000 {
630
+ compatible = "allwinner,sun50i-h616-gpadc",
631
+ "allwinner,sun20i-d1-gpadc";
632
+ reg = <0x05070000 0x400>;
633
+ clocks = <&ccu CLK_BUS_GPADC>;
634
+ resets = <&ccu RST_BUS_GPADC>;
635
+ interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
636
+ status = "disabled";
637
+ #io-channel-cells = <1>;
638
+ };
639
+
640
ths: thermal-sensor@5070400 {
641
compatible = "allwinner,sun50i-h616-ths";
642
reg = <0x05070400 0x400>;
0 commit comments