mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-12 03:58:47 +01:00
dts: ipq6018: configuring spi nor gpio's in emulation
Change-Id: I7cf174af173fde5e506dae3388fb3906fcad614b Signed-off-by: Antony Arun T <antothom@codeaurora.org>
This commit is contained in:
parent
ca8b173e47
commit
58e4e2036b
1 changed files with 33 additions and 1 deletions
|
|
@ -67,7 +67,39 @@
|
|||
wr_pipe_1 = <14>;
|
||||
rd_pipe_1 = <15>;
|
||||
status = "ok";
|
||||
spi_gpio {};
|
||||
spi_gpio {
|
||||
gpio1 {
|
||||
gpio = <38>;
|
||||
func = <1>;
|
||||
pull = <GPIO_PULL_DOWN>;
|
||||
drvstr = <GPIO_2MA>;
|
||||
oe = <GPIO_OE_DISABLE>;
|
||||
};
|
||||
|
||||
gpio2 {
|
||||
gpio = <39>;
|
||||
func = <1>;
|
||||
pull = <GPIO_PULL_DOWN>;
|
||||
drvstr = <GPIO_2MA>;
|
||||
oe = <GPIO_OE_DISABLE>;
|
||||
};
|
||||
|
||||
gpio3 {
|
||||
gpio = <40>;
|
||||
func = <1>;
|
||||
pull = <GPIO_PULL_DOWN>;
|
||||
drvstr = <GPIO_2MA>;
|
||||
oe = <GPIO_OE_DISABLE>;
|
||||
};
|
||||
|
||||
gpio4 {
|
||||
gpio = <41>;
|
||||
func = <1>;
|
||||
pull = <GPIO_PULL_DOWN>;
|
||||
drvstr = <GPIO_2MA>;
|
||||
oe = <GPIO_OE_DISABLE>;
|
||||
};
|
||||
};
|
||||
spi_nand {
|
||||
bus-num = <1>;
|
||||
cs = <0>;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue