···77- voltage-ranges : two cells are required, first cell specifies minimum88 slot voltage (mV), second cell specifies maximum slot voltage (mV).99 Several ranges could be specified.1010-- gpios : (optional) may specify GPIOs in this order: Card-Detect GPIO,1010+1111+Optional properties:1212+- gpios : may specify GPIOs in this order: Card-Detect GPIO,1113 Write-Protect GPIO.1414+- interrupts : the interrupt of a card detect interrupt.1515+- interrupt-parent : the phandle for the interrupt controller that1616+ services interrupts for this device.12171318Example:1419···2520 &qe_pio_d 15 0>;2621 voltage-ranges = <3300 3300>;2722 spi-max-frequency = <50000000>;2323+ interrupts = <42>;2424+ interrupt-parent = <&PIC>;2825 };