boards: fixing typo from MX24R64 to MX25R64
Comments in .dts files with MX25R64 and QSPI contained a typo Signed-off-by: Akash Patel <akash.patel@nordicsemi.no>
This commit is contained in:
parent
5b44d5f721
commit
d3471872b1
6 changed files with 12 additions and 12 deletions
|
@ -175,9 +175,9 @@
|
||||||
mx25r64: mx25r6435f@0 {
|
mx25r64: mx25r6435f@0 {
|
||||||
compatible = "nordic,qspi-nor";
|
compatible = "nordic,qspi-nor";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
/* MX24R64 supports only pp and pp4io */
|
/* MX25R64 supports only pp and pp4io */
|
||||||
writeoc = "pp4io";
|
writeoc = "pp4io";
|
||||||
/* MX24R64 supports all readoc options */
|
/* MX25R64 supports all readoc options */
|
||||||
readoc = "read4io";
|
readoc = "read4io";
|
||||||
sck-frequency = <8000000>;
|
sck-frequency = <8000000>;
|
||||||
label = "MX25R64";
|
label = "MX25R64";
|
||||||
|
|
|
@ -212,9 +212,9 @@ arduino_i2c: &i2c0 {
|
||||||
mx25r64: mx25r6435f@0 {
|
mx25r64: mx25r6435f@0 {
|
||||||
compatible = "nordic,qspi-nor";
|
compatible = "nordic,qspi-nor";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
/* MX24R64 supports only pp and pp4io */
|
/* MX25R64 supports only pp and pp4io */
|
||||||
writeoc = "pp4io";
|
writeoc = "pp4io";
|
||||||
/* MX24R64 supports all readoc options */
|
/* MX25R64 supports all readoc options */
|
||||||
readoc = "read4io";
|
readoc = "read4io";
|
||||||
sck-frequency = <8000000>;
|
sck-frequency = <8000000>;
|
||||||
label = "MX25R64";
|
label = "MX25R64";
|
||||||
|
|
|
@ -161,9 +161,9 @@
|
||||||
mx25r64: mx25r6435f@0 {
|
mx25r64: mx25r6435f@0 {
|
||||||
compatible = "nordic,qspi-nor";
|
compatible = "nordic,qspi-nor";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
/* MX24R64 supports only pp and pp4io */
|
/* MX25R64 supports only pp and pp4io */
|
||||||
writeoc = "pp4io";
|
writeoc = "pp4io";
|
||||||
/* MX24R64 supports all readoc options */
|
/* MX25R64 supports all readoc options */
|
||||||
readoc = "read4io";
|
readoc = "read4io";
|
||||||
sck-frequency = <8000000>;
|
sck-frequency = <8000000>;
|
||||||
label = "MX25R64";
|
label = "MX25R64";
|
||||||
|
|
|
@ -207,10 +207,10 @@
|
||||||
mx25r64: mx25r6435f@0 {
|
mx25r64: mx25r6435f@0 {
|
||||||
compatible = "nordic,qspi-nor";
|
compatible = "nordic,qspi-nor";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
/* MX24R64 supports only pp and pp4io */
|
/* MX25R64 supports only pp and pp4io */
|
||||||
/* Thingy:53 supports only pp and pp2o options */
|
/* Thingy:53 supports only pp and pp2o options */
|
||||||
writeoc = "pp";
|
writeoc = "pp";
|
||||||
/* MX24R64 supports all readoc options */
|
/* MX25R64 supports all readoc options */
|
||||||
/* Thingy:53 supports only fastread and read2io options */
|
/* Thingy:53 supports only fastread and read2io options */
|
||||||
readoc = "read2io";
|
readoc = "read2io";
|
||||||
sck-frequency = <8000000>;
|
sck-frequency = <8000000>;
|
||||||
|
|
|
@ -215,9 +215,9 @@ arduino_i2c: &i2c0 {
|
||||||
mx25r64: mx25r6435f@0 {
|
mx25r64: mx25r6435f@0 {
|
||||||
compatible = "nordic,qspi-nor";
|
compatible = "nordic,qspi-nor";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
/* MX24R64 supports only pp and pp4io */
|
/* MX25R64 supports only pp and pp4io */
|
||||||
writeoc = "pp4io";
|
writeoc = "pp4io";
|
||||||
/* MX24R64 supports all readoc options */
|
/* MX25R64 supports all readoc options */
|
||||||
readoc = "read4io";
|
readoc = "read4io";
|
||||||
sck-frequency = <8000000>;
|
sck-frequency = <8000000>;
|
||||||
label = "MX25R64";
|
label = "MX25R64";
|
||||||
|
|
|
@ -218,9 +218,9 @@ arduino_spi: &spi3 {
|
||||||
mx25r64: mx25r6435f@0 {
|
mx25r64: mx25r6435f@0 {
|
||||||
compatible = "nordic,qspi-nor";
|
compatible = "nordic,qspi-nor";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
/* MX24R64 supports only pp and pp4io */
|
/* MX25R64 supports only pp and pp4io */
|
||||||
writeoc = "pp4io";
|
writeoc = "pp4io";
|
||||||
/* MX24R64 supports all readoc options */
|
/* MX25R64 supports all readoc options */
|
||||||
readoc = "read4io";
|
readoc = "read4io";
|
||||||
sck-frequency = <8000000>;
|
sck-frequency = <8000000>;
|
||||||
label = "MX25R64";
|
label = "MX25R64";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue