|
@@ -10,6 +10,11 @@ Required properties:
|
|
|
- #gpio-cells : Should be two.
|
|
|
The first cell is the gpio pin number and the
|
|
|
second cell is used for optional parameters.
|
|
|
+- gpio-ranges: see ../gpio/gpio.txt
|
|
|
+
|
|
|
+Optional properties:
|
|
|
+
|
|
|
+- gpio-reserved-ranges: see ../gpio/gpio.txt
|
|
|
|
|
|
Please refer to ../gpio/gpio.txt and ../interrupt-controller/interrupts.txt for
|
|
|
a general description of GPIO and interrupt bindings.
|
|
@@ -67,6 +72,7 @@ Example:
|
|
|
|
|
|
pinctrl-names = "default";
|
|
|
pinctrl-0 = <&gsbi5_uart_default>;
|
|
|
+ gpio-ranges = <&msmgpio 0 0 90>;
|
|
|
|
|
|
gsbi5_uart_default: gsbi5_uart_default {
|
|
|
mux {
|