Skip to content

Commit 8c46477

Browse files
vladislav-pejiccfriedt
authored andcommitted
boards: adi: apard32690: Fix for gpio-map
Fix for gpio-map-mask and gpio-map-pass-thru to enable use of MAX32_GPIO_VSEL_VDDIOH and other defines with arduino_header connector. Signed-off-by: Vladislav Pejic <[email protected]>
1 parent 0c4c305 commit 8c46477

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/adi/apard32690/apard32690_max32690_m4.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
arduino_header: connector {
6464
compatible = "arduino-header-r3";
6565
#gpio-cells = <2>;
66-
gpio-map-mask = <0xffffffff 0xffffffc0>;
67-
gpio-map-pass-thru = <0 0x3f>;
66+
gpio-map-mask = <0xffffffff 0xfffffe00>;
67+
gpio-map-pass-thru = <0 0x1ff>;
6868
gpio-map = <ARDUINO_HEADER_R3_A0 0 &gpio3 0 0>,
6969
<ARDUINO_HEADER_R3_A1 0 &gpio3 1 0>,
7070
<ARDUINO_HEADER_R3_A2 0 &gpio3 2 0>,

0 commit comments

Comments
 (0)