mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 09:32:34 +00:00
Hardware: * SoC: Qcom IPQ5018 * RAM: 512MB * Flash: 4MB Nor + 128MB Nand * Ethernet: 2x GbE * WLAN: 2x2 2.4GHz 574Mbps(builtin) + 2x2 5GHz 2400Mbps(qcn6122) * BT: BT5.1(builtin) / nrf52840(option) * LEDS: 1x power, 1x 2G, 1x 5G * Buttons: 1x reset * USB: 1x 2.0(Type-A) * Power: DC 12V/2A, PoE 48V/0.6A * UART: 1x RJ45 Flash instruction under U-Boot: tftpboot 0x44000000 openwrt-ipq807x-muxi_ap3220l-squashfs-nand-factory.bin imxtract 0x44000000 ubi flash rootfs reset Signed-off-by: angliu-muxi <ang.liu@muxi-connect.com>
24 lines
943 B
Plaintext
24 lines
943 B
Plaintext
/*
|
|
* Copyright (c) 2018-2020, The Linux Foundation. All rights reserved.
|
|
*
|
|
* Permission to use, copy, modify, and/or distribute this software for any
|
|
* purpose with or without fee is hereby granted, provided that the above
|
|
* copyright notice and this permission notice appear in all copies.
|
|
*
|
|
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
*/
|
|
|
|
#include "../../../arm64/boot/dts/qcom/qcom-ipq5018-muxi-ap3220l.dts"
|
|
|
|
/ {
|
|
pmuv8: pmu {
|
|
compatible = "arm,cortex-a7-pmu";
|
|
};
|
|
};
|