|
@@ -39,9 +39,10 @@ Optional properties:
|
|
- reset: : Reference to the reset controller
|
|
- reset: : Reference to the reset controller
|
|
- interrupt-parent: phandle of the interrupt parent to which the external
|
|
- interrupt-parent: phandle of the interrupt parent to which the external
|
|
GPIO interrupts are forwarded to.
|
|
GPIO interrupts are forwarded to.
|
|
- - st,syscfg: Should be phandle/offset pair. The phandle to the syscon node
|
|
|
|
- which includes IRQ mux selection register, and the offset of the IRQ mux
|
|
|
|
- selection register.
|
|
|
|
|
|
+ - st,syscfg: Should be phandle/offset/mask.
|
|
|
|
+ -The phandle to the syscon node which includes IRQ mux selection register.
|
|
|
|
+ -The offset of the IRQ mux selection register
|
|
|
|
+ -The field mask of IRQ mux, needed if different of 0xf.
|
|
- gpio-ranges: Define a dedicated mapping between a pin-controller and
|
|
- gpio-ranges: Define a dedicated mapping between a pin-controller and
|
|
a gpio controller. Format is <&phandle a b c> with:
|
|
a gpio controller. Format is <&phandle a b c> with:
|
|
-(phandle): phandle of pin-controller.
|
|
-(phandle): phandle of pin-controller.
|