Message ID | 20240223101709.30072-1-zajec5@gmail.com |
---|---|
Headers | show |
Series | dts: mediatek: add Cudy WR3000 V1 wireless router | expand |
Il 23/02/24 11:17, Rafał Miłecki ha scritto: > From: Rafał Miłecki <rafal@milecki.pl> > > MT7981 contains on-SoC PIN controller that is also a GPIO provider. > > Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Il 23/02/24 11:17, Rafał Miłecki ha scritto: > From: Rafał Miłecki <rafal@milecki.pl> > > Cudy WR3000 V1 is an MT7981B (AKA Filogic 820) based wireless router. It > has 256 MiB of RAM, some LEDs & buttons and (not described yet) 4 > Ethernet ports. > > There is one slightly uncommon LED with a label of globe icon described > in the Quick Installation Guide as having 2 meanings: > 1. "Not connected to the Internet" > 2. "Connected to the Internet" > > Vendor designed it to light up when some Internet-accessible IP can be > reached. This change will be follow by an attempt to define some > predefined FUNCTION for it. Can we please try to add that predefined function before adding this devicetree which would anyway be modified again to use that new definition? That just makes more sense... ...if you can't get the new definition picked, I will take this one as is, but please try that first. Cheers, Angelo
From: Rafał Miłecki <rafal@milecki.pl> Cudy WR3000 V1 is a MediaTek Filogic 820 based 802.11ax wireless router. https://www.cudy.com/productinfo/1637722.html Rafał Miłecki (4): dt-bindings: vendor-prefixes: add Cudy dt-bindings: arm64: dts: mediatek: Add Cudy WR3000 V1 router arm64: dts: mediatek: mt7981: add pinctrl arm64: dts: mediatek: Add Cudy WR3000 V1 .../devicetree/bindings/arm/mediatek.yaml | 1 + .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm64/boot/dts/mediatek/Makefile | 1 + .../dts/mediatek/mt7981b-cudy-wr3000-v1.dts | 74 +++++++++++++++++++ arch/arm64/boot/dts/mediatek/mt7981b.dtsi | 22 ++++++ 5 files changed, 100 insertions(+) create mode 100644 arch/arm64/boot/dts/mediatek/mt7981b-cudy-wr3000-v1.dts