|
@@ -47,6 +47,7 @@
|
|
|
#include <dt-bindings/dma/at91.h>
|
|
|
#include <dt-bindings/interrupt-controller/irq.h>
|
|
|
#include <dt-bindings/clock/at91.h>
|
|
|
+#include <dt-bindings/iio/adc/at91-sama5d2_adc.h>
|
|
|
|
|
|
/ {
|
|
|
model = "Atmel SAMA5D2 family SoC";
|
|
@@ -1437,6 +1438,7 @@
|
|
|
atmel,max-sample-rate-hz = <20000000>;
|
|
|
atmel,startup-time-ms = <4>;
|
|
|
atmel,trigger-edge-type = <IRQ_TYPE_EDGE_RISING>;
|
|
|
+ #io-channel-cells = <1>;
|
|
|
status = "disabled";
|
|
|
};
|
|
|
|