Skip to content

Commit c4f4ea1

Browse files
committed
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>
1 parent 1ee39b9 commit c4f4ea1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

boards/nordic/nrf7002dk/nrf5340_cpuapp_common_pinctrl.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,13 @@
7373
<NRF_PSEL(QSPI_IO2, 0, 15)>,
7474
<NRF_PSEL(QSPI_IO3, 0, 16)>;
7575
bias-pull-down;
76+
low-power-enable;
7677
};
7778
group2 {
7879
psels = <NRF_PSEL(QSPI_CSN, 0, 18)>;
7980
bias-pull-up;
81+
low-power-enable;
8082
};
81-
low-power-enable;
8283
};
8384

8485
uart1_default: uart1_default {

0 commit comments

Comments
 (0)