ARM: dts: rockchip: add flash subnode to sfc for rv1126 board

Change-Id: I0b104a67f0714ed9c0a82ad4afecb90c8f8817a9
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
Jon Lin
2021-09-08 15:27:12 +08:00
committed by Tao Huang
parent 8e5c2775a9
commit 7fd3742946
5 changed files with 44 additions and 0 deletions

View File

@@ -312,6 +312,14 @@
&sfc {
status = "okay";
flash@0 {
compatible = "spi-nand";
reg = <0>;
spi-max-frequency = <80000000>;
spi-rx-bus-width = <4>;
spi-tx-bus-width = <1>;
};
};
&u2phy_host {

View File

@@ -455,4 +455,12 @@
&sfc {
status = "okay";
flash@0 {
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <100000000>;
spi-rx-bus-width = <2>;
spi-tx-bus-width = <2>;
};
};

View File

@@ -17,5 +17,13 @@
&sfc {
status = "okay";
flash@0 {
compatible = "spi-nand";
reg = <0>;
spi-max-frequency = <80000000>;
spi-rx-bus-width = <4>;
spi-tx-bus-width = <1>;
};
};

View File

@@ -1301,6 +1301,14 @@
/delete-property/ pinctrl-names;
/delete-property/ pinctrl-0;
status = "okay";
flash@0 {
compatible = "spi-nand";
reg = <0>;
spi-max-frequency = <80000000>;
spi-rx-bus-width = <4>;
spi-tx-bus-width = <1>;
};
};
&u2phy0 {

View File

@@ -13,3 +13,15 @@
memory-region-dst = <&ramdisk_r>;
};
};
&sfc {
status = "okay";
flash@0 {
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <108000000>;
spi-rx-bus-width = <2>;
spi-tx-bus-width = <2>;
};
};