Part Number: AM5718
HI team,
My customer need assistance.
AM5718 platform,SPI boot.
Modify SPI flash type to n25q128a,The test log is as follows:
uclass_find_device_by_seq: 0 0
- not found
uclass_find_device_by_seq: 1 0
- not found
Invalid bus 0 (err=-19)
SPI probe failed.
Please help to solve this problem.
modify device tree to:
&qspi {
status = "okay";
spi-max-frequency = <40000000>;
m25p80@0 {
compatible = "n25q128a", "spi-flash";
spi-max-frequency = <40000000>;
reg = <0>;
spi-tx-bus-width = <1>;
spi-rx-bus-width = <1>;
#address-cells = <1>;
#size-cells = <1>;
};
};
Please help. Thanks.