svn commit: r242968 - projects/efika_mx/sys/boot/fdt/dts
Aleksandr Rybalko
ray at FreeBSD.org
Tue Nov 13 14:24:50 UTC 2012
Author: ray
Date: Tue Nov 13 14:24:50 2012
New Revision: 242968
URL: http://svnweb.freebsd.org/changeset/base/242968
Log:
Add PATA controller definitions.
Sponsored by: FreeBSD Foundation
Modified:
projects/efika_mx/sys/boot/fdt/dts/imx51x.dtsi
Modified: projects/efika_mx/sys/boot/fdt/dts/imx51x.dtsi
==============================================================================
--- projects/efika_mx/sys/boot/fdt/dts/imx51x.dtsi Tue Nov 13 14:22:41 2012 (r242967)
+++ projects/efika_mx/sys/boot/fdt/dts/imx51x.dtsi Tue Nov 13 14:24:50 2012 (r242968)
@@ -473,8 +473,17 @@
* 101 EMI Indicates all pages have been transferred
* to NFC during an auto program operation.
*/
+
/* 83FE0000 0x4000 PATA (PORT PIO) */
/* 70 PATA Parallel ATA host controller interrupt */
+ ide at 83fe0000 {
+ compatible = "fsl,imx51-ata";
+ reg = <0x83fe0000 0x4000>;
+ interrupt-parent = <&tzic>;
+ interrupts = <70>;
+ status = "disabled";
+ };
+
/* 83FE4000 0x4000 SIM */
/* 67 SIM intr composed of oef, xte, sdi1, and sdi0 */
/* 68 SIM intr composed of tc, etc, tfe, and rdrf */
More information about the svn-src-projects
mailing list