mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
ipq806x: Enables bootipq support
This gerrit adds missing configs and config_name device tree entry to enable bootipq support for AP148. Change-Id: If1fb4aa1a3d7d7091b31f882a24f775ced6df52f Signed-off-by: Gokul Sriram Palanisamy <gpalan@codeaurora.org>
This commit is contained in:
parent
0effc6b7f9
commit
f5c7ca631b
6 changed files with 228 additions and 147 deletions
|
|
@ -17,154 +17,9 @@
|
|||
model ="QCA, IPQ806x-AP148";
|
||||
compatible = "qca,ipq806x", "qca,ipq806x-ap148";
|
||||
machid = <4704>;
|
||||
config_name = "config@ap148";
|
||||
|
||||
aliases {
|
||||
console = "/serial@16340000";
|
||||
};
|
||||
|
||||
gmac {
|
||||
gmac_gpio {
|
||||
gpio0 {
|
||||
gpio = <0>;
|
||||
func = <1>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_DISABLE>;
|
||||
};
|
||||
|
||||
gpio1 {
|
||||
gpio = <1>;
|
||||
func = <1>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
};
|
||||
|
||||
gpio51 {
|
||||
gpio = <51>;
|
||||
func = <2>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_DISABLE>;
|
||||
};
|
||||
|
||||
gpio52 {
|
||||
gpio = <52>;
|
||||
func = <2>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_DISABLE>;
|
||||
};
|
||||
|
||||
gpio59 {
|
||||
gpio = <59>;
|
||||
func = <2>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_DISABLE>;
|
||||
};
|
||||
|
||||
gpio60 {
|
||||
gpio = <60>;
|
||||
func = <2>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_DISABLE>;
|
||||
};
|
||||
|
||||
gpio61 {
|
||||
gpio = <61>;
|
||||
func = <2>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_DISABLE>;
|
||||
};
|
||||
|
||||
gpio62 {
|
||||
gpio = <62>;
|
||||
func = <2>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_DISABLE>;
|
||||
};
|
||||
|
||||
gpio27 {
|
||||
gpio = <27>;
|
||||
func = <2>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
};
|
||||
|
||||
gpio28 {
|
||||
gpio = <28>;
|
||||
func = <2>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
};
|
||||
|
||||
gpio29 {
|
||||
gpio = <29>;
|
||||
func = <2>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
};
|
||||
|
||||
gpio30 {
|
||||
gpio = <30>;
|
||||
func = <2>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
};
|
||||
|
||||
gpio31 {
|
||||
gpio = <31>;
|
||||
func = <2>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
};
|
||||
|
||||
gpio32 {
|
||||
gpio = <32>;
|
||||
func = <2>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
};
|
||||
};
|
||||
|
||||
gmac_cfg {
|
||||
gmac_count = <2>;
|
||||
|
||||
gmac1_cfg {
|
||||
base = <0x37200000>;
|
||||
unit = <1>;
|
||||
is_macsec = <1>;
|
||||
mac_pwr0 = <0x00080000>;
|
||||
mac_pwr1 = <0x00040000>;
|
||||
mac_conn_to_phy = <0>;
|
||||
phy_interface_type = <7>;
|
||||
phy_address_count = <1>;
|
||||
phy_address = <4>;
|
||||
phy_name = "IPQ MDIO1";
|
||||
};
|
||||
|
||||
gmac2_cfg {
|
||||
base = <0x37400000>;
|
||||
unit = <2>;
|
||||
is_macsec = <1>;
|
||||
mac_pwr0 = <0x00080000>;
|
||||
mac_pwr1 = <0x00040000>;
|
||||
mac_conn_to_phy = <0>;
|
||||
phy_interface_type = <2>;
|
||||
phy_address_count = <4>;
|
||||
phy_address = <0 1 2 3>;
|
||||
phy_name = "IPQ MDIO2";
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
|
|
|
|||
25
arch/arm/dts/ipq806x-ap160.dts
Normal file
25
arch/arm/dts/ipq806x-ap160.dts
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
/*
|
||||
* Copyright (c) 2016, The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License version 2 and
|
||||
* only version 2 as published by the Free Software Foundation.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
#include "ipq806x-soc.dtsi"
|
||||
/ {
|
||||
model ="QCA, IPQ806x-AP160";
|
||||
compatible = "qca,ipq806x", "qca,ipq806x-ap160";
|
||||
machid = <4971>;
|
||||
config_name = "config@ap160";
|
||||
|
||||
aliases {
|
||||
console = "/serial@16340000";
|
||||
};
|
||||
};
|
||||
25
arch/arm/dts/ipq806x-ap160_2xx.dts
Normal file
25
arch/arm/dts/ipq806x-ap160_2xx.dts
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
/*
|
||||
* Copyright (c) 2016, The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License version 2 and
|
||||
* only version 2 as published by the Free Software Foundation.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
#include "ipq806x-soc.dtsi"
|
||||
/ {
|
||||
model ="QCA, IPQ806x-AP160_2XX";
|
||||
compatible = "qca,ipq806x", "qca,ipq806x-ap160_2XX";
|
||||
machid = <4991>;
|
||||
config_name = "config@ap160_2xx";
|
||||
|
||||
aliases {
|
||||
console = "/serial@16340000";
|
||||
};
|
||||
};
|
||||
25
arch/arm/dts/ipq806x-ap161.dts
Normal file
25
arch/arm/dts/ipq806x-ap161.dts
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
/*
|
||||
* Copyright (c) 2016, The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License version 2 and
|
||||
* only version 2 as published by the Free Software Foundation.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
#include "ipq806x-soc.dtsi"
|
||||
/ {
|
||||
model ="QCA, IPQ806x-AP161";
|
||||
compatible = "qca,ipq806x", "qca,ipq806x-ap161";
|
||||
machid = <4972>;
|
||||
config_name = "config@ap161";
|
||||
|
||||
aliases {
|
||||
console = "/serial@16340000";
|
||||
};
|
||||
};
|
||||
|
|
@ -15,6 +15,7 @@
|
|||
#include <dt-bindings/qcom/gpio-ipq806x.h>
|
||||
|
||||
/ {
|
||||
config_name = "config@1";
|
||||
|
||||
serial@16340000 {
|
||||
compatible = "qca,ipq-uartdm";
|
||||
|
|
@ -57,5 +58,151 @@
|
|||
timer_load_val = <0x00000000 0xFFFFFFFF>;
|
||||
};
|
||||
|
||||
gmac {
|
||||
gmac_gpio {
|
||||
gpio0 {
|
||||
gpio = <0>;
|
||||
func = <1>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_DISABLE>;
|
||||
};
|
||||
|
||||
gpio1 {
|
||||
gpio = <1>;
|
||||
func = <1>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
};
|
||||
|
||||
gpio51 {
|
||||
gpio = <51>;
|
||||
func = <2>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_DISABLE>;
|
||||
};
|
||||
|
||||
gpio52 {
|
||||
gpio = <52>;
|
||||
func = <2>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_DISABLE>;
|
||||
};
|
||||
|
||||
gpio59 {
|
||||
gpio = <59>;
|
||||
func = <2>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_DISABLE>;
|
||||
};
|
||||
|
||||
gpio60 {
|
||||
gpio = <60>;
|
||||
func = <2>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_DISABLE>;
|
||||
};
|
||||
|
||||
gpio61 {
|
||||
gpio = <61>;
|
||||
func = <2>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_DISABLE>;
|
||||
};
|
||||
|
||||
gpio62 {
|
||||
gpio = <62>;
|
||||
func = <2>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_DISABLE>;
|
||||
};
|
||||
|
||||
gpio27 {
|
||||
gpio = <27>;
|
||||
func = <2>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
};
|
||||
|
||||
gpio28 {
|
||||
gpio = <28>;
|
||||
func = <2>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
};
|
||||
|
||||
gpio29 {
|
||||
gpio = <29>;
|
||||
func = <2>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
};
|
||||
|
||||
gpio30 {
|
||||
gpio = <30>;
|
||||
func = <2>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
};
|
||||
|
||||
gpio31 {
|
||||
gpio = <31>;
|
||||
func = <2>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
};
|
||||
|
||||
gpio32 {
|
||||
gpio = <32>;
|
||||
func = <2>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
};
|
||||
};
|
||||
|
||||
gmac_cfg {
|
||||
gmac_count = <2>;
|
||||
|
||||
gmac1_cfg {
|
||||
base = <0x37200000>;
|
||||
unit = <1>;
|
||||
is_macsec = <1>;
|
||||
mac_pwr0 = <0x00080000>;
|
||||
mac_pwr1 = <0x00040000>;
|
||||
mac_conn_to_phy = <0>;
|
||||
phy_interface_type = <7>;
|
||||
phy_address_count = <1>;
|
||||
phy_address = <4>;
|
||||
phy_name = "IPQ MDIO1";
|
||||
};
|
||||
|
||||
gmac2_cfg {
|
||||
base = <0x37400000>;
|
||||
unit = <2>;
|
||||
is_macsec = <1>;
|
||||
mac_pwr0 = <0x00080000>;
|
||||
mac_pwr1 = <0x00040000>;
|
||||
mac_conn_to_phy = <0>;
|
||||
phy_interface_type = <2>;
|
||||
phy_address_count = <4>;
|
||||
phy_address = <0 1 2 3>;
|
||||
phy_name = "IPQ MDIO2";
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -38,6 +38,10 @@
|
|||
#define CONFIG_SYS_NO_FLASH
|
||||
#define CONFIG_SYS_CACHELINE_SIZE 64
|
||||
#define CONFIG_IPQ806X_ENV
|
||||
#define CONFIG_SYS_BOOTM_LEN (64 << 20)
|
||||
#define CONFIG_IPQ_FDT_HIGH 0xFFFFFFFF
|
||||
#define CONFIG_BOOTARGS "console=ttyMSM0,115200n8"
|
||||
#define CONFIG_SYS_HUSH_PARSER
|
||||
|
||||
#undef CONFIG_IPQ806X_USB
|
||||
#ifdef CONFIG_IPQ806X_USB
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue