mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
Merge "ipq5018: Added SPI_NAND support for MP0_2.1 in uboot 1. Modified ipq5018-mp02.1.dts and added NAND alias and description"
This commit is contained in:
commit
d9e7450789
1 changed files with 47 additions and 0 deletions
|
|
@ -21,6 +21,7 @@
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
console = "/serial@78AF000";
|
console = "/serial@78AF000";
|
||||||
|
nand = "/nand-controller@79B0000";
|
||||||
};
|
};
|
||||||
|
|
||||||
console: serial@78AF000 {
|
console: serial@78AF000 {
|
||||||
|
|
@ -57,6 +58,52 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nand: nand-controller@79B0000 {
|
||||||
|
status = "okay";
|
||||||
|
nand_gpio {
|
||||||
|
qspi_dat3 {
|
||||||
|
gpio = <4>;
|
||||||
|
func = <2>;
|
||||||
|
pull = <GPIO_NO_PULL>;
|
||||||
|
od_en = <GPIO_OD_DISABLE>;
|
||||||
|
drvstr = <GPIO_8MA>;
|
||||||
|
};
|
||||||
|
qspi_dat2 {
|
||||||
|
gpio = <5>;
|
||||||
|
func = <2>;
|
||||||
|
pull = <GPIO_NO_PULL>;
|
||||||
|
od_en = <GPIO_OD_DISABLE>;
|
||||||
|
drvstr = <GPIO_8MA>;
|
||||||
|
};
|
||||||
|
qspi_dat1 {
|
||||||
|
gpio = <6>;
|
||||||
|
func = <2>;
|
||||||
|
pull = <GPIO_NO_PULL>;
|
||||||
|
od_en = <GPIO_OD_DISABLE>;
|
||||||
|
drvstr = <GPIO_8MA>;
|
||||||
|
};
|
||||||
|
qspi_dat0 {
|
||||||
|
gpio = <7>;
|
||||||
|
func = <2>;
|
||||||
|
pull = <GPIO_NO_PULL>;
|
||||||
|
od_en = <GPIO_OD_DISABLE>;
|
||||||
|
drvstr = <GPIO_8MA>;
|
||||||
|
};
|
||||||
|
qspi_cs_n {
|
||||||
|
gpio = <8>;
|
||||||
|
func = <2>;
|
||||||
|
od_en = <GPIO_OD_DISABLE>;
|
||||||
|
drvstr = <GPIO_8MA>;
|
||||||
|
};
|
||||||
|
qspi_clk {
|
||||||
|
gpio = <9>;
|
||||||
|
func = <2>;
|
||||||
|
od_en = <GPIO_OD_DISABLE>;
|
||||||
|
drvstr = <GPIO_8MA>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
gmac_cfg {
|
gmac_cfg {
|
||||||
ext_mdio_gpio = <36 37>;
|
ext_mdio_gpio = <36 37>;
|
||||||
gephy_led = <30>;
|
gephy_led = <30>;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue