1*3ac83935SSimon GlassIntel Pantherpoint SATA Device Binding 2*3ac83935SSimon Glass====================================== 3*3ac83935SSimon Glass 4*3ac83935SSimon GlassThe device tree node which describes the operation of the Intel Pantherpoint 5*3ac83935SSimon GlassSATA device is as follows: 6*3ac83935SSimon Glass 7*3ac83935SSimon GlassRequired properties : 8*3ac83935SSimon Glass- compatible = "intel,pantherpoint-ahci" 9*3ac83935SSimon Glass- intel,sata-mode : string, one of: 10*3ac83935SSimon Glass "ahci" : Use AHCI mode (default) 11*3ac83935SSimon Glass "combined" : Use combined IDE + legacy mode 12*3ac83935SSimon Glass "plain-ide" : Use plain IDE mode 13*3ac83935SSimon Glass- intel,sata-port-map : Which SATA ports are enabled, bit 0=enable first port, 14*3ac83935SSimon Glass bit 1=enable second port, etc. 15*3ac83935SSimon Glass- intel,sata-port0-gen3-tx : Value for the IOBP_SP0G3IR register 16*3ac83935SSimon Glass- intel,sata-port1-gen3-tx : Value for the IOBP_SP1G3IR register 17*3ac83935SSimon Glass 18*3ac83935SSimon GlassExample 19*3ac83935SSimon Glass------- 20*3ac83935SSimon Glass 21*3ac83935SSimon Glasssata { 22*3ac83935SSimon Glass compatible = "intel,pantherpoint-ahci"; 23*3ac83935SSimon Glass intel,sata-mode = "ahci"; 24*3ac83935SSimon Glass intel,sata-port-map = <1>; 25*3ac83935SSimon Glass intel,sata-port0-gen3-tx = <0x00880a7f>; 26*3ac83935SSimon Glass}; 27