Skip to content
Snippets Groups Projects
Commit 87e566d7 authored by Yuan Yao's avatar Yuan Yao Committed by York Sun
Browse files

armv8/ls1043a: update the node for QSPI support


The address value and size value set for QSPI dts node "reg"
property have type of u64 on arm64.

Signed-off-by: default avatarYuan Yao <yao.yuan@nxp.com>
Reviewed-by: default avatarYork Sun <york.sun@nxp.com>
parent 80c1bfd2
No related branches found
No related tags found
No related merge requests found
......@@ -240,8 +240,9 @@
compatible = "fsl,vf610-qspi";
#address-cells = <1>;
#size-cells = <0>;
reg = <0x1550000 0x10000>,
<0x40000000 0x4000000>;
reg = <0x0 0x1550000 0x0 0x10000>,
<0x0 0x40000000 0x0 0x4000000>;
reg-names = "QuadSPI", "QuadSPI-memory";
num-cs = <2>;
big-endian;
status = "disabled";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment