mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 15:56:49 +00:00
d64102e00a
This commit adds support for Qualcomm IPQ8062 SoC.
IPQ8062 is a lower clock variant of IPQ8064.
CPU and NSS clocks:
- CPU: 384 MHz - 1 GHz
- NSS: 110 MHz - 550 MHz
opp and l2 clock values are taken from WG2600HP3 GPL source code [1].
Due to a lack of devices, I didn't test the following features.
- SATA
- NAND flash memory controller
- SD
- USB
- GSBI2, GSBI7
- PCIE2
- GMAC0, GMAC3
Works properly:
- GSBI4 UART
- GSBI5 SPI
- GMAC1, GMAC2
- PCIE0, PCIE1
- MDIO0
Does not work properly:
- CPU SPC
- This can cause a system hang. Same as IPQ8065.
See
|
||
---|---|---|
.. | ||
qcom-ipq8062.dtsi | ||
qcom-ipq8064-ap148.dts | ||
qcom-ipq8064-ap161.dts | ||
qcom-ipq8064-c2600.dts | ||
qcom-ipq8064-d7800.dts | ||
qcom-ipq8064-db149.dts | ||
qcom-ipq8064-ea7500-v1.dts | ||
qcom-ipq8064-ea8500.dts | ||
qcom-ipq8064-eax500.dtsi | ||
qcom-ipq8064-r7500.dts | ||
qcom-ipq8064-r7500v2.dts | ||
qcom-ipq8064-v2.0.dtsi | ||
qcom-ipq8064-vr2600v.dts | ||
qcom-ipq8064-wg2600hp.dts | ||
qcom-ipq8064-wpq864.dts | ||
qcom-ipq8064-wxr-2533dhp.dts | ||
qcom-ipq8065-nbg6817.dts | ||
qcom-ipq8065-r7800.dts | ||
qcom-ipq8065.dtsi | ||
qcom-ipq8068-ecw5410.dts |