···27432743 };27442744 };2745274527462746+ * Freescale 8xxx/3.0 Gb/s SATA nodes27472747+27482748+ SATA nodes are defined to describe on-chip Serial ATA controllers.27492749+ Each SATA port should have its own node.27502750+27512751+ Required properties:27522752+ - compatible : compatible list, contains 2 entries, first is27532753+ "fsl,CHIP-sata", where CHIP is the processor27542754+ (mpc8315, mpc8379, etc.) and the second is27552755+ "fsl,pq-sata"27562756+ - interrupts : <interrupt mapping for SATA IRQ>27572757+ - cell-index : controller index.27582758+ 1 for controller @ 0x1800027592759+ 2 for controller @ 0x1900027602760+ 3 for controller @ 0x1a00027612761+ 4 for controller @ 0x1b00027622762+27632763+ Optional properties:27642764+ - interrupt-parent : optional, if needed for interrupt mapping27652765+ - reg : <registers mapping>27662766+27672767+ Example:27682768+27692769+ sata@18000 {27702770+ compatible = "fsl,mpc8379-sata", "fsl,pq-sata";27712771+ reg = <0x18000 0x1000>;27722772+ cell-index = <1>;27732773+ interrupts = <2c 8>;27742774+ interrupt-parent = < &ipic >;27752775+ };2746277627472777 More devices will be defined as this spec matures.27482778