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:
Henrik Brix Andersen 2022-04-04 11:26:24 +02:00 committed by Christopher Friedt
commit b20aa5e20b

View file

@ -8,6 +8,8 @@
arduino_header: connector { arduino_header: connector {
compatible = "arduino-header-r3"; compatible = "arduino-header-r3";
#gpio-cells = <2>; #gpio-cells = <2>;
gpio-map-mask = <0xffffffff 0xffffffc0>;
gpio-map-pass-thru = <0 0x3f>;
gpio-map = <0 0 &gpioa 4 0>, /* A0 */ gpio-map = <0 0 &gpioa 4 0>, /* A0 */
<1 0 &gpiof 10 0>, /* A1 */ <1 0 &gpiof 10 0>, /* A1 */
<2 0 &gpioa 0 0>, /* A2 */ <2 0 &gpioa 0 0>, /* A2 */