[PATCH 2/2] ARM: dts: bcm53016: Add devicetree for D-Link DWL-8610AP

Rafał Miłecki zajec5 at gmail.com
Sun Oct 16 13:27:30 PDT 2022


On 14.10.2022 00:35, Linus Walleij wrote:
> diff --git a/arch/arm/boot/dts/bcm53016-dlink-dwl-8610ap.dts b/arch/arm/boot/dts/bcm53016-dlink-dwl-8610ap.dts
> new file mode 100644
> index 000000000000..fdf43a13338c
> --- /dev/null
> +++ b/arch/arm/boot/dts/bcm53016-dlink-dwl-8610ap.dts
> @@ -0,0 +1,136 @@
> +// SPDX-License-Identifier: GPL-2.0

Could you use
GPL-2.0-or-later OR MIT
just to match 99% of BCM5301X DTS files, please?

You can check:
9c281b5e12996 ("ARM: dts: BCM5301X: Relicense Asus RT-AC87U file to the GPL 2.0+ / MIT")
fd0ab539d185a ("ARM: dts: BCM5301X: Relicense Buffalo files to the GPL 2.0+ / MIT")
2b3db67ce4bc4 ("ARM: dts: BCM5301X: Relicense most DTS files to the GPL 2.0+ / MIT")


> +/dts-v1/;
> +
> +#include "bcm4709.dtsi"
> +#include "bcm5301x-nand-cs0-bch8.dtsi"
> +#include <dt-bindings/leds/common.h>
> +#include <dt-bindings/input/input.h>
> +
> +/ {
> +	model = "D-Link DWL-8610AP Wireless Access Point";

I'm not sure: do we want or need that "Wireless Access Point" part?


> +	compatible = "dlink,dwl-8610ap", "brcm,bcm53016", "brcm,bcm4708";
> +
> +	memory at 0 {
> +		device_type = "memory";
> +		/* 512 MB RAM in 2 x Macronix D9PSH chips */
> +		reg = <0x00000000 0x08000000>,
> +		      <0x88000000 0x08000000>;
> +	};




More information about the linux-arm-kernel mailing list