Skip to content

Commit

Permalink
ramips: unielec-u7621-01: Increase SPI frequency to 50MHz
Browse files Browse the repository at this point in the history
Flash: 16MB SPI NOR flash (Macronix MX25L12805D)

Based on the manufactured datasheet this chip is capable of 50MHz.

We dont enable fast-read as mt7621 are only capable of 44mhz in a read state.

Tested on this unit without any issues.

Signed-off-by: David Bentham <db260179@gmail.com>
  • Loading branch information
db260179 committed Dec 31, 2023
1 parent 485adc9 commit 98a1a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/ramips/dts/mt7621_unielec_u7621-01-16m.dts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
flash@0 {
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <14000000>;
spi-max-frequency = <50000000>;

partitions {
compatible = "fixed-partitions";
Expand Down

0 comments on commit 98a1a82

Please sign in to comment.