Path: blob/main/sys/contrib/device-tree/Bindings/ata/fsl-sata.txt
48375 views
* Freescale 8xxx/3.0 Gb/s SATA nodes12SATA nodes are defined to describe on-chip Serial ATA controllers.3Each SATA port should have its own node.45Required properties:6- compatible : compatible list, contains 2 entries, first is7"fsl,CHIP-sata", where CHIP is the processor8(mpc8315, mpc8379, etc.) and the second is9"fsl,pq-sata"10- interrupts : <interrupt mapping for SATA IRQ>11- cell-index : controller index.121 for controller @ 0x18000132 for controller @ 0x19000143 for controller @ 0x1a000154 for controller @ 0x1b0001617Optional properties:18- reg : <registers mapping>1920Example:21sata@18000 {22compatible = "fsl,mpc8379-sata", "fsl,pq-sata";23reg = <0x18000 0x1000>;24cell-index = <1>;25interrupts = <2c 8>;26interrupt-parent = < &ipic >;27};282930