[RFC PATCH 02/18] arm64: dts: qcom: add wifi node for IPQ5332 based RDP441

Krzysztof Kozlowski krzk at kernel.org
Thu Aug 15 22:44:18 PDT 2024


On 14/08/2024 11:43, Raj Kumar Bhagat wrote:
> +
> +	/*                 Default Profile
> +	 * +============+==============+=====================+
> +	 * |            |              |                     |
> +	 * | Region     | Start Offset |       Size          |
> +	 * |            |              |                     |
> +	 * +------------+--------------+---------------------+
> +	 * |            |              |                     |
> +	 * |            |              |                     |
> +	 * |            |              |                     |
> +	 * | WLAN Q6    |  0x4A900000  |       35MB          |
> +	 * |            |              |                     |
> +	 * |            |              |                     |
> +	 * +------------+--------------+---------------------+
> +	 * | M3 Dump    |  0x4CC00000  |       1MB           |
> +	 * +============+==============+=====================+
> +	 * |                                                 |
> +	 * |                                                 |
> +	 * |                                                 |
> +	 * |            Rest of memory for Linux             |
> +	 * |                                                 |
> +	 * |                                                 |
> +	 * |                                                 |
> +	 * +=================================================+
> +	 */
> +
> +	reserved-memory {
> +		#address-cells = <2>;
> +		#size-cells = <2>;
> +		ranges;
> +
> +		q6_region: wcnss at 4a900000 {
> +			no-map;
> +			reg = <0x0 0x4a900000 0x0 0x02300000>;
> +		};
> +
> +		m3_dump: m3_dump at 4cc00000 {

Follow DTS coding style.


Best regards,
Krzysztof




More information about the ath12k mailing list