| * Freescale MPC512x/MPC8xxx/Layerscape GPIO controller |
| - compatible : Should be "fsl,<soc>-gpio" |
| The following <soc>s are known to be supported: |
| mpc5121, mpc5125, mpc8349, mpc8572, mpc8610, pq3, qoriq. |
| - reg : Address and length of the register set for the device |
| - interrupts : Should be the port interrupt shared by all 32 pins. |
| - #gpio-cells : Should be two. The first cell is the pin number and |
| the second cell is used to specify the gpio polarity: |
| - little-endian : GPIO registers are used as little endian. If not |
| present registers are used as big endian by default. |
| compatible = "fsl,mpc5125-gpio"; |