Skip to content

Commit

Permalink
WIFI-14146: Modify DTS for Edgecore EAP105 to read NOR flash correctly
Browse files Browse the repository at this point in the history
Signed-off-by: Tanya Singh <tanya_singh@accton.com>
  • Loading branch information
tanyasingh-ec committed Sep 19, 2024
1 parent ecff108 commit 741b561
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
bias-pull-down;
};
};*/

spi_2_pins: spi-2-pins {
pins = "gpio33", "gpio34", "gpio35", "gpio36";
function = "blsp2_spi0";
Expand Down Expand Up @@ -349,15 +349,15 @@
pinctrl-names = "default";
status = "ok";
};

spi@78b5000 {
pinctrl-0 = <&spi_0_pins>;
pinctrl-names = "default";
cs-select = <0>;
status = "ok";

m25p80@0 {
compatible = "mx25u12835f";
compatible = "n25q128a11";
#address-cells = <1>;
#size-cells = <1>;
reg = <0>;
Expand Down

0 comments on commit 741b561

Please sign in to comment.