提交 984d6fc3 编写于 作者: A Alexander Shiyan 提交者: Shawn Guo

ARM: dts: imx27-phytec-phycore-som: Add WEIM node

This patch adds WEIM node for Phytec PCM-038 module.
Migrate existing on-module NOR-flash as children of WEIM CS0.
Signed-off-by: NAlexander Shiyan <shc_work@mail.ru>
Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
上级 0912f594
...@@ -52,15 +52,6 @@ ethernet@1002b000 { ...@@ -52,15 +52,6 @@ ethernet@1002b000 {
}; };
}; };
}; };
nor_flash@c0000000 {
compatible = "cfi-flash";
bank-width = <2>;
reg = <0xc0000000 0x02000000>;
linux,mtd-name = "physmap-flash.0";
#address-cells = <1>;
#size-cells = <1>;
};
}; };
&cspi1 { &cspi1 {
...@@ -177,3 +168,17 @@ &nfc { ...@@ -177,3 +168,17 @@ &nfc {
nand-ecc-mode = "hw"; nand-ecc-mode = "hw";
status = "okay"; status = "okay";
}; };
&weim {
status = "okay";
nor: nor@c0000000 {
compatible = "cfi-flash";
reg = <0 0x00000000 0x02000000>;
bank-width = <2>;
linux,mtd-name = "physmap-flash.0";
fsl,weim-cs-timing = <0x22c2cf00 0x75000d01 0x00000900>;
#address-cells = <1>;
#size-cells = <1>;
};
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册