dnsmasq: full: disable ipset support by default
[openwrt/staging/mkresin.git] / target / linux / bcm53xx / patches-5.15 / 030-v5.16-0020-ARM-dts-BCM53573-Add-Tenda-AC9-switch-ports.patch
1 From 64612828628cca6e3992e421f45c242dc6625647 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
3 Date: Mon, 20 Sep 2021 16:10:24 +0200
4 Subject: [PATCH] ARM: dts: BCM53573: Add Tenda AC9 switch ports
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 This router has 1 WAN and 4 LAN ports.
10
11 Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
12 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
13 ---
14 arch/arm/boot/dts/bcm47189-tenda-ac9.dts | 37 ++++++++++++++++++++++++
15 1 file changed, 37 insertions(+)
16
17 --- a/arch/arm/boot/dts/bcm47189-tenda-ac9.dts
18 +++ b/arch/arm/boot/dts/bcm47189-tenda-ac9.dts
19 @@ -105,3 +105,40 @@
20 };
21 };
22 };
23 +
24 +&switch {
25 + status = "okay";
26 +
27 + ports {
28 + port@0 {
29 + reg = <0>;
30 + label = "wan";
31 + };
32 +
33 + port@1 {
34 + reg = <1>;
35 + label = "lan1";
36 + };
37 +
38 + port@2 {
39 + reg = <2>;
40 + label = "lan2";
41 + };
42 +
43 + port@3 {
44 + reg = <3>;
45 + label = "lan3";
46 + };
47 +
48 + port@4 {
49 + reg = <4>;
50 + label = "lan4";
51 + };
52 +
53 + port@5 {
54 + reg = <5>;
55 + label = "cpu";
56 + ethernet = <&gmac0>;
57 + };
58 + };
59 +};