arm64: dts: rockchip: add flash subnode to sfc for rk3568 board

Change-Id: I89c0be42b987393e7dad672a700fd78804e4faf2
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
Jon Lin
2021-09-08 15:24:27 +08:00
committed by Tao Huang
parent 9afd9b36c4
commit fb66314078
4 changed files with 36 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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