Commit a6533df3 authored by Chuanhua Han's avatar Chuanhua Han Committed by Shawn Guo

arm64: dts: lx2160a: add DT node for all DSPI controller

Add device tree node for first flash (CS0) connected
to all dspi controller.
Signed-off-by: default avatarChuanhua Han <chuanhua.han@nxp.com>
Signed-off-by: default avatarWasim Khan <wasim.khan@nxp.com>
Signed-off-by: default avatarZhao Qiang <qiang.zhao@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 83ebd4a5
...@@ -35,6 +35,42 @@ &crypto { ...@@ -35,6 +35,42 @@ &crypto {
status = "okay"; status = "okay";
}; };
&dspi0 {
status = "okay";
dflash0: flash@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <1000000>;
};
};
&dspi1 {
status = "okay";
dflash1: flash@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <1000000>;
};
};
&dspi2 {
status = "okay";
dflash2: flash@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <1000000>;
};
};
&esdhc0 { &esdhc0 {
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment