File tree Expand file tree Collapse file tree 4 files changed +28
-7
lines changed Expand file tree Collapse file tree 4 files changed +28
-7
lines changed Original file line number Diff line number Diff line change 665
665
};
666
666
};
667
667
668
- &flexspi1 {
668
+ &flexspi {
669
669
compatible = "nxp,imx-flexspi";
670
670
interrupts = <55 0>;
671
671
#address-cells = <1>;
674
674
clocks = <&ccm IMX_CCM_FLEXSPI_CLK 0x0 0>;
675
675
};
676
676
677
+ &flexspi2 {
678
+ compatible = "nxp,imx-flexspi";
679
+ interrupts = <56 0>;
680
+ #address-cells = <1>;
681
+ #size-cells = <0>;
682
+ status = "disabled";
683
+ clocks = <&ccm IMX_CCM_FLEXSPI2_CLK 0x0 0>;
684
+ };
685
+
677
686
&memory {
678
687
#address-cells = <1>;
679
688
#size-cells = <1>;
Original file line number Diff line number Diff line change 30
30
ranges = <0x0 0x50000000 0x10000000>;
31
31
};
32
32
33
- flexspi1: spi@525e0000 {
34
- reg = <0x525e0000 0x4000>,<0x38000000 DT_SIZE_M(128)>;
33
+ flexspi: spi@525e0000 {
34
+ reg = <0x525e0000 0x4000>, <0x38000000 DT_SIZE_M(128)>;
35
+ };
36
+
37
+ flexspi2: spi@545e0000 {
38
+ reg = <0x545e0000 0x4000>, <0x14000000 DT_SIZE_M(64)>;
35
39
};
36
40
};
37
41
};
Original file line number Diff line number Diff line change 30
30
ranges = <0x0 0x40000000 0x10000000>;
31
31
};
32
32
33
- flexspi1 : spi@425e0000 {
34
- reg = <0x425e0000 0x4000>,<0x28000000 DT_SIZE_M(128)>;
33
+ flexspi : spi@425e0000 {
34
+ reg = <0x425e0000 0x4000>, <0x28000000 DT_SIZE_M(128)>;
35
35
};
36
36
37
+ flexspi2: spi@445e0000 {
38
+ reg = <0x445e0000 0x4000>, <0x04000000 DT_SIZE_M(64)>;
39
+ };
37
40
};
38
41
};
39
42
Original file line number Diff line number Diff line change 26
26
peripheral: peripheral@40000000 {
27
27
ranges = <0x0 0x40000000 0x10000000>;
28
28
};
29
- flexspi1: spi@425e0000 {
30
- reg = <0x425e0000 0x4000>,<0x28000000 DT_SIZE_M(128)>;
29
+
30
+ flexspi: spi@425e0000 {
31
+ reg = <0x425e0000 0x4000>, <0x28000000 DT_SIZE_M(128)>;
32
+ };
33
+
34
+ flexspi2: spi@445e0000 {
35
+ reg = <0x445e0000 0x4000>, <0x04000000 DT_SIZE_M(64)>;
31
36
};
32
37
};
33
38
};
You can’t perform that action at this time.
0 commit comments