File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,15 @@ static const uint32_t shim_nrf_comp_ain_map[] = {
87
87
NRF_PIN_PORT_TO_PIN_NUMBER (12U , 1 ),
88
88
NRF_PIN_PORT_TO_PIN_NUMBER (13U , 1 ),
89
89
NRF_PIN_PORT_TO_PIN_NUMBER (14U , 1 ),
90
+ #elif defined(CONFIG_SOC_COMPATIBLE_NRF54LX )
91
+ NRF_PIN_PORT_TO_PIN_NUMBER (0U , 1 ),
92
+ NRF_PIN_PORT_TO_PIN_NUMBER (31U , 1 ),
93
+ NRF_PIN_PORT_TO_PIN_NUMBER (30U , 1 ),
94
+ NRF_PIN_PORT_TO_PIN_NUMBER (29U , 1 ),
95
+ NRF_PIN_PORT_TO_PIN_NUMBER (6U , 1 ),
96
+ NRF_PIN_PORT_TO_PIN_NUMBER (5U , 1 ),
97
+ NRF_PIN_PORT_TO_PIN_NUMBER (4U , 1 ),
98
+ NRF_PIN_PORT_TO_PIN_NUMBER (3U , 1 ),
90
99
#endif
91
100
};
92
101
#endif
Original file line number Diff line number Diff line change @@ -58,6 +58,15 @@ static const uint32_t shim_nrf_lpcomp_ain_map[] = {
58
58
NRF_PIN_PORT_TO_PIN_NUMBER (12U , 1 ),
59
59
NRF_PIN_PORT_TO_PIN_NUMBER (13U , 1 ),
60
60
NRF_PIN_PORT_TO_PIN_NUMBER (14U , 1 ),
61
+ #elif defined(CONFIG_SOC_COMPATIBLE_NRF54LX )
62
+ NRF_PIN_PORT_TO_PIN_NUMBER (0U , 1 ),
63
+ NRF_PIN_PORT_TO_PIN_NUMBER (31U , 1 ),
64
+ NRF_PIN_PORT_TO_PIN_NUMBER (30U , 1 ),
65
+ NRF_PIN_PORT_TO_PIN_NUMBER (29U , 1 ),
66
+ NRF_PIN_PORT_TO_PIN_NUMBER (6U , 1 ),
67
+ NRF_PIN_PORT_TO_PIN_NUMBER (5U , 1 ),
68
+ NRF_PIN_PORT_TO_PIN_NUMBER (4U , 1 ),
69
+ NRF_PIN_PORT_TO_PIN_NUMBER (3U , 1 ),
61
70
#endif
62
71
};
63
72
#endif
You can’t perform that action at this time.
0 commit comments