Skip to content

Commit

Permalink
riscv: dts: starfive: modify qspi dts
Browse files Browse the repository at this point in the history
modify qspi dts

Signed-off-by: ziv.xu <ziv.xu@starfive.com>
  • Loading branch information
ziv.xu committed Oct 16, 2023
1 parent 93c3fa8 commit f06f47d
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi 100755 → 100644
Expand Up @@ -952,3 +952,36 @@
&sof_dsp {
memory-region = <&hifi4_reserved>;
};

&qspi {
nor_flash: nor-flash@0 {
compatible = "jedec,spi-nor";
reg=<0>;
cdns,read-delay = <5>;
spi-max-frequency = <100000000>;
cdns,tshsl-ns = <1>;
cdns,tsd2d-ns = <1>;
cdns,tchsh-ns = <1>;
cdns,tslch-ns = <1>;
status = "okay";

partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;

spl@0 {
reg = <0x0 0x40000>;
};
uboot-env@100000 {
reg = <0xf0000 0x10000>;
};
uboot@100000 {
reg = <0x100000 0x300000>;
};
data@f00000 {
reg = <0xf00000 0x100000>;
};
};
};
};

0 comments on commit f06f47d

Please sign in to comment.