diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2013-10-21 05:45:58 -0400 |
---|---|---|
committer | Benoit Cousson <bcousson@baylibre.com> | 2013-10-22 04:37:05 -0400 |
commit | b9c95bf4e07757b525aefe39136a7f5050077531 (patch) | |
tree | e2ac044260e0ba549b57166a5e4558d123141a6e /arch/arm/boot/dts/am4372.dtsi | |
parent | b462b05ab6f3b1b6121446beb87a9eac5a37fd55 (diff) |
ARM: dts: AM4372: Add McASP nodes
Add nodes for McASP0 and McASP1 for AM43xx.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
Diffstat (limited to 'arch/arm/boot/dts/am4372.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am4372.dtsi | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index c328d5cd8145..defaad16cdf1 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi | |||
@@ -633,5 +633,32 @@ | |||
633 | dma-names = "tx", "rx"; | 633 | dma-names = "tx", "rx"; |
634 | }; | 634 | }; |
635 | 635 | ||
636 | mcasp0: mcasp@48038000 { | ||
637 | compatible = "ti,am33xx-mcasp-audio"; | ||
638 | ti,hwmods = "mcasp0"; | ||
639 | reg = <0x48038000 0x2000>, | ||
640 | <0x46000000 0x400000>; | ||
641 | reg-names = "mpu", "dat"; | ||
642 | interrupts = <80>, <81>; | ||
643 | interrupts-names = "tx", "rx"; | ||
644 | status = "disabled"; | ||
645 | dmas = <&edma 8>, | ||
646 | <&edma 9>; | ||
647 | dma-names = "tx", "rx"; | ||
648 | }; | ||
649 | |||
650 | mcasp1: mcasp@4803C000 { | ||
651 | compatible = "ti,am33xx-mcasp-audio"; | ||
652 | ti,hwmods = "mcasp1"; | ||
653 | reg = <0x4803C000 0x2000>, | ||
654 | <0x46400000 0x400000>; | ||
655 | reg-names = "mpu", "dat"; | ||
656 | interrupts = <82>, <83>; | ||
657 | interrupts-names = "tx", "rx"; | ||
658 | status = "disabled"; | ||
659 | dmas = <&edma 10>, | ||
660 | <&edma 11>; | ||
661 | dma-names = "tx", "rx"; | ||
662 | }; | ||
636 | }; | 663 | }; |
637 | }; | 664 | }; |