boards: arm: stm32h747i_disco: add misssing arduino connector properties
Add missing gpio-map-mask and gpio-map-pass-thru properties for the arduino-header-r3. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
db3a6e17fa
commit
b20aa5e20b
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
|||
arduino_header: connector {
|
||||
compatible = "arduino-header-r3";
|
||||
#gpio-cells = <2>;
|
||||
gpio-map-mask = <0xffffffff 0xffffffc0>;
|
||||
gpio-map-pass-thru = <0 0x3f>;
|
||||
gpio-map = <0 0 &gpioa 4 0>, /* A0 */
|
||||
<1 0 &gpiof 10 0>, /* A1 */
|
||||
<2 0 &gpioa 0 0>, /* A2 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue