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:
parent
7b579764f1
commit
613ec82b19
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user