Date: Tue, 13 Nov 2012 14:24:50 +0000 (UTC) From: Aleksandr Rybalko <ray@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r242968 - projects/efika_mx/sys/boot/fdt/dts Message-ID: <201211131424.qADEOoZv061266@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211131424.qADEOoZv061266>