Skip to content

Commit e4c5f4a

Browse files
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 <vladislav.pejic@orioninc.com>
1 parent 2594cc1 commit e4c5f4a

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
@@ -58,8 +58,8 @@
5858
arduino_header: connector {
5959
compatible = "arduino-header-r3";
6060
#gpio-cells = <2>;
61-
gpio-map-mask = <0xffffffff 0xffffffc0>;
62-
gpio-map-pass-thru = <0 0x3f>;
61+
gpio-map-mask = <0xffffffff 0xfffffe00>;
62+
gpio-map-pass-thru = <0 0x1ff>;
6363
gpio-map = <0 0 &gpio3 0 0>, /* A0 */
6464
<1 0 &gpio3 1 0>, /* A1 */
6565
<2 0 &gpio3 2 0>, /* A2 */

0 commit comments

Comments
 (0)