mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-01 17:36:03 +01:00
ipq6018: Enabling SPI NAND support for Emulation
Change-Id: Ib1b7cd7e938b2f79db9f555c86c474e335d9043c Signed-off-by: Antony Arun T <antothom@codeaurora.org>
This commit is contained in:
parent
fc4ec308a0
commit
b5b68fdfa8
1 changed files with 7 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
|||
compatible = "qca,ipq6018", "qca,ipq6018-emulation-c1";
|
||||
machid = <0x08010000>;
|
||||
config_name = "config@1";
|
||||
spi_nand_available = <1>;
|
||||
|
||||
aliases {
|
||||
console = "/serial@78af000";
|
||||
|
|
@ -37,8 +38,14 @@
|
|||
compatible = "qcom,spi-qup-v2.7.0";
|
||||
wr_pipe_0 = <12>;
|
||||
rd_pipe_0 = <13>;
|
||||
wr_pipe_1 = <14>;
|
||||
rd_pipe_1 = <15>;
|
||||
status = "ok";
|
||||
spi_gpio {};
|
||||
spi_nand {
|
||||
bus-num = <1>;
|
||||
cs = <0>;
|
||||
};
|
||||
};
|
||||
nand: nand-controller@79B0000 {
|
||||
compatible = "qcom,qpic-nand.1.5.20";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue