Commit 84204fb6 authored by Luca Weiss's avatar Luca Weiss Committed by Maxime Ripard

arm64: dts: allwinner: a64: Add lradc node

Add a node describing the KEYADC on the A64.
Signed-off-by: default avatarLuca Weiss <luca@z3ntu.xyz>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent 355fb0e5
......@@ -740,6 +740,14 @@ spdif: spdif@1c21000 {
status = "disabled";
};
lradc: lradc@1c21800 {
compatible = "allwinner,sun50i-a64-lradc",
"allwinner,sun8i-a83t-r-lradc";
reg = <0x01c21800 0x400>;
interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled";
};
i2s0: i2s@1c22000 {
#sound-dai-cells = <0>;
compatible = "allwinner,sun50i-a64-i2s",
......
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