mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
arch: arm: dts: Enable SPI NOR support for MI01.2
Change-Id: I3c823cde2dcde912169da878bba0569b5c9b088a Signed-off-by: Saahil Tomar <quic_saahtoma@quicinc.com>
This commit is contained in:
parent
83c4348a55
commit
a91b6759b1
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@78B6000 {
|
||||||
i2c_gpio {
|
i2c_gpio {
|
||||||
gpio1 {
|
gpio1 {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue