mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-05 00:41:17 +01:00
Merge "arm: dts: add SPI-NOR gpio details in DB-Mi01.1"
This commit is contained in:
commit
992efadc9d
1 changed files with 32 additions and 0 deletions
|
|
@ -47,6 +47,38 @@
|
|||
};
|
||||
};
|
||||
|
||||
spi {
|
||||
spi_gpio {
|
||||
blsp0_spi_clk {
|
||||
gpio = <14>;
|
||||
func = <1>;
|
||||
pull = <GPIO_PULL_DOWN>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
};
|
||||
blsp0_spi_mosi {
|
||||
gpio = <15>;
|
||||
func = <1>;
|
||||
pull = <GPIO_PULL_DOWN>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
};
|
||||
blsp0_spi_miso {
|
||||
gpio = <16>;
|
||||
func = <1>;
|
||||
pull = <GPIO_PULL_DOWN>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
};
|
||||
blsp0_spi_cs {
|
||||
gpio = <17>;
|
||||
func = <1>;
|
||||
pull = <GPIO_PULL_UP>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
nand: nand-controller@79B0000 {
|
||||
nand_gpio {
|
||||
qspi_dat3 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue