mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-08 02:07:55 +01:00
Merge "arch: arm: dts: Enable SPI NOR support for MI01.2"
This commit is contained in:
commit
37f9e7e91d
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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
i2c@78B6000 {
|
||||
i2c_gpio {
|
||||
gpio1 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue