|
@@ -404,6 +404,24 @@
|
|
|
ti,hwmods = "wkup_m3";
|
|
|
};
|
|
|
|
|
|
+ tscadc: tscadc@44e0d000 {
|
|
|
+ compatible = "ti,am3359-tscadc";
|
|
|
+ reg = <0x44e0d000 0x1000>;
|
|
|
+ interrupt-parent = <&intc>;
|
|
|
+ interrupts = <16>;
|
|
|
+ ti,hwmods = "adc_tsc";
|
|
|
+ status = "disabled";
|
|
|
+
|
|
|
+ tsc {
|
|
|
+ compatible = "ti,am3359-tsc";
|
|
|
+ };
|
|
|
+ am335x_adc: adc {
|
|
|
+ #io-channel-cells = <1>;
|
|
|
+ compatible = "ti,am3359-adc";
|
|
|
+ };
|
|
|
+
|
|
|
+ };
|
|
|
+
|
|
|
gpmc: gpmc@50000000 {
|
|
|
compatible = "ti,am3352-gpmc";
|
|
|
ti,hwmods = "gpmc";
|