boards: nordic: nrf7002dk: re-enable external flash by default
The external flash (mx25r64) was accidentally disabled during testing. The node should be enabled by default like its spi. This commit removes the status = "disabled"; Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
This commit is contained in:
parent
33fe360bfc
commit
e933c7eaee
1 changed files with 0 additions and 1 deletions
|
|
@ -173,7 +173,6 @@ arduino_i2c: &i2c1 {
|
|||
cs-gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
|
||||
mx25r64: mx25r6435f@0 {
|
||||
compatible = "jedec,spi-nor";
|
||||
status = "disabled";
|
||||
reg = <0>;
|
||||
spi-max-frequency = <33000000>;
|
||||
jedec-id = [c2 28 17];
|
||||
|
|
|
|||
Loading…
Reference in a new issue