mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
arm64: dts: ls1043a-rdb: add the DTS for DSPI support
This patch adds dts nodes for DSPI on LS1043A-RDB. Signed-off-by: Yunhui Cui <B56489@freescale.com> Signed-off-by: Yuan Yao <yao.yuan@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
ec05e9cc6a
commit
730628f00c
@ -107,6 +107,19 @@ cpld: board-control@2,0 {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&dspi0 {
|
||||||
|
bus-num = <0>;
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
flash@0 {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
compatible = "n25q128a13", "jedec,spi-nor"; /* 16MB */
|
||||||
|
reg = <0>;
|
||||||
|
spi-max-frequency = <1000000>; /* input clock */
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
&duart0 {
|
&duart0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user