|
@@ -746,7 +746,9 @@
|
|
|
mcasp0: mcasp@48038000 {
|
|
|
compatible = "ti,am33xx-mcasp-audio";
|
|
|
ti,hwmods = "mcasp0";
|
|
|
- reg = <0x48038000 0x2000>;
|
|
|
+ reg = <0x48038000 0x2000>,
|
|
|
+ <0x46000000 0x400000>;
|
|
|
+ reg-names = "mpu", "dat";
|
|
|
interrupts = <80>, <81>;
|
|
|
interrupts-names = "tx", "rx";
|
|
|
status = "disabled";
|
|
@@ -758,7 +760,9 @@
|
|
|
mcasp1: mcasp@4803C000 {
|
|
|
compatible = "ti,am33xx-mcasp-audio";
|
|
|
ti,hwmods = "mcasp1";
|
|
|
- reg = <0x4803C000 0x2000>;
|
|
|
+ reg = <0x4803C000 0x2000>,
|
|
|
+ <0x46400000 0x400000>;
|
|
|
+ reg-names = "mpu", "dat";
|
|
|
interrupts = <82>, <83>;
|
|
|
interrupts-names = "tx", "rx";
|
|
|
status = "disabled";
|