boards: nordic: nrf7002dk: Fix DTS warning

the nRF connect device tree extension shows below warning:
'Property not mentioned in "nordic,nrf-pinctrl:child"'.

Fix this by applying the property to both groups separately.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This commit is contained in:
Chaitanya Tata 2025-07-22 01:12:23 +05:30 committed by Anas Nashif
parent 7b579764f1
commit 613ec82b19

View File

@ -73,12 +73,13 @@
<NRF_PSEL(QSPI_IO2, 0, 15)>,
<NRF_PSEL(QSPI_IO3, 0, 16)>;
bias-pull-down;
low-power-enable;
};
group2 {
psels = <NRF_PSEL(QSPI_CSN, 0, 18)>;
bias-pull-up;
low-power-enable;
};
low-power-enable;
};
uart1_default: uart1_default {