diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 7423c370fd..b2d46adc72 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -65,6 +65,8 @@ dtb-$(CONFIG_ARCH_IPQ6018) += ipq6018-cp01-c1.dtb \ ipq6018-cp02-c1.dtb \ ipq6018-cp03-c1.dtb \ ipq6018-emulation.dtb \ + ipq6018-db-cp01.dtb \ + ipq6018-db-cp02.dtb dtb-$(CONFIG_ARCH_ROCKCHIP) += \ rk3288-firefly.dtb \ diff --git a/arch/arm/dts/ipq6018-db-cp01.dts b/arch/arm/dts/ipq6018-db-cp01.dts new file mode 100644 index 0000000000..b3df693a82 --- /dev/null +++ b/arch/arm/dts/ipq6018-db-cp01.dts @@ -0,0 +1,29 @@ +/* + * Copyright (c) 2019, 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 "ipq6018-soc.dtsi" +/ { + model ="QCA, IPQ6018-DB.CP01"; + compatible = "qca,ipq6018", "qca,ipq6018-db-cp01"; + machid = <0x1030000>; + config_name = "config@db-cp01"; + + aliases { + console = "/serial@78B1000"; + mmc = "/sdhci@7804000"; + pci0 = "/pci@20000000"; + usb0 = "/xhci@8a00000"; + usb1 = "/xhci@7000000"; + }; +}; diff --git a/arch/arm/dts/ipq6018-db-cp02.dts b/arch/arm/dts/ipq6018-db-cp02.dts new file mode 100644 index 0000000000..81c18a6569 --- /dev/null +++ b/arch/arm/dts/ipq6018-db-cp02.dts @@ -0,0 +1,29 @@ +/* + * Copyright (c) 2019, 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 "ipq6018-soc.dtsi" +/ { + model ="QCA, IPQ6018-DB.CP02"; + compatible = "qca,ipq6018", "qca,ipq6018-db-cp02"; + machid = <0x1030100>; + config_name = "config@db-cp02"; + + aliases { + console = "/serial@78B1000"; + mmc = "/sdhci@7804000"; + pci0 = "/pci@20000000"; + usb0 = "/xhci@8a00000"; + usb1 = "/xhci@7000000"; + }; +};