lantiq: remove the former board name from device tree model

Remove the former used board name from the device model property and
use the model name as it is.

Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
Mathias Kresin 2017-04-08 11:40:07 +02:00
parent 63d7f7fc92
commit 26dc65b126
60 changed files with 60 additions and 60 deletions

View file

@ -2,7 +2,7 @@
lantiq_board_detect() { lantiq_board_detect() {
name="$(strings /proc/device-tree/compatible | head -1)" name="$(strings /proc/device-tree/compatible | head -1)"
model=`grep "^machine" /proc/cpuinfo | sed "s/machine.*: \(.*\)/\1/g" | sed "s/.* - \(.*\)/\1/g"` model="$(cat /proc/device-tree/model)"
[ -z "$name" ] && name="unknown" [ -z "$name" ] && name="unknown"
[ -z "$model" ] && model="unknown" [ -z "$model" ] && model="unknown"
[ -e "/tmp/sysinfo/" ] || mkdir -p "/tmp/sysinfo/" [ -e "/tmp/sysinfo/" ] || mkdir -p "/tmp/sysinfo/"

View file

@ -4,7 +4,7 @@
/ { / {
compatible = "audiocodes,mp-252", "lantiq,xway", "lantiq,danube"; compatible = "audiocodes,mp-252", "lantiq,xway", "lantiq,danube";
model = "ACMP252 - AudioCodes MediaPack MP-252"; model = "AudioCodes MediaPack MP-252";
chosen { chosen {
bootargs = "console=ttyLTQ0,115200"; bootargs = "console=ttyLTQ0,115200";

View file

@ -4,7 +4,7 @@
/ { / {
compatible = "allnet,all0333cj", "lantiq,xway", "lantiq,ase"; compatible = "allnet,all0333cj", "lantiq,xway", "lantiq,ase";
model = "ALL0333CJ - Allnet ALL0333CJ DSL Modem"; model = "Allnet ALL0333CJ DSL Modem";
chosen { chosen {
bootargs = "console=ttyLTQ0,115200"; bootargs = "console=ttyLTQ0,115200";

View file

@ -6,7 +6,7 @@
/ { / {
compatible = "arcadyan,arv4510pw", "lantiq,xway", "lantiq,danube"; compatible = "arcadyan,arv4510pw", "lantiq,xway", "lantiq,danube";
model = "ARV4510PW - Wippies, Elisa"; model = "Wippies, Elisa";
chosen { chosen {
bootargs = "console=ttyLTQ0,115200"; bootargs = "console=ttyLTQ0,115200";

View file

@ -4,5 +4,5 @@
/ { / {
compatible = "arcadyan,arv4518pwr01", "lantiq,xway", "lantiq,danube"; compatible = "arcadyan,arv4518pwr01", "lantiq,xway", "lantiq,danube";
model = "ARV4518PWR01 - SMC7908A-ISP"; model = "SMC7908A-ISP";
}; };

View file

@ -4,7 +4,7 @@
/ { / {
compatible = "arcadyan,arv4518pwr01a", "lantiq,xway", "lantiq,danube"; compatible = "arcadyan,arv4518pwr01a", "lantiq,xway", "lantiq,danube";
model = "ARV4518PWR01A - SMC7908A-ISP, Airties WAV-221"; model = "SMC7908A-ISP, Airties WAV-221";
fpi@10000000 { fpi@10000000 {
pci@E105400 { pci@E105400 {

View file

@ -6,7 +6,7 @@
/ { / {
compatible = "arcadyan,arv4519pw", "lantiq,xway", "lantiq,danube"; compatible = "arcadyan,arv4519pw", "lantiq,xway", "lantiq,danube";
model = "ARV4519PW - Vodafone Netfaster IAD 2, Pirelli P.RG A4201G"; model = "Vodafone Netfaster IAD 2, Pirelli P.RG A4201G";
chosen { chosen {
bootargs = "console=ttyLTQ0,115200"; bootargs = "console=ttyLTQ0,115200";

View file

@ -6,7 +6,7 @@
/ { / {
compatible = "arcadyan,arv4520pw", "lantiq,xway", "lantiq,danube"; compatible = "arcadyan,arv4520pw", "lantiq,xway", "lantiq,danube";
model = "ARV4520PW - Easybox 800, WAV-281"; model = "Easybox 800, WAV-281";
chosen { chosen {
bootargs = "console=ttyLTQ0,115200"; bootargs = "console=ttyLTQ0,115200";

View file

@ -6,7 +6,7 @@
/ { / {
compatible = "arcadyan,arv4525pw", "lantiq,xway", "lantiq,danube"; compatible = "arcadyan,arv4525pw", "lantiq,xway", "lantiq,danube";
model = "ARV4525PW - Speedport W501V Typ A"; model = "Speedport W501V Typ A";
chosen { chosen {
bootargs = "console=ttyLTQ0,115200"; bootargs = "console=ttyLTQ0,115200";

View file

@ -6,7 +6,7 @@
/ { / {
compatible = "arcadyan,arv452cqw", "lantiq,xway", "lantiq,danube"; compatible = "arcadyan,arv452cqw", "lantiq,xway", "lantiq,danube";
model = "ARV452CQW - Arcor 801"; model = "Arcor 801";
chosen { chosen {
bootargs = "console=ttyLTQ0,115200"; bootargs = "console=ttyLTQ0,115200";

View file

@ -6,7 +6,7 @@
/ { / {
compatible = "arcadyan,arv7506pw11", "lantiq,xway", "lantiq,danube"; compatible = "arcadyan,arv7506pw11", "lantiq,xway", "lantiq,danube";
model = "ARV7506PW11 - Alice/O2 IAD 4421"; model = "Alice/O2 IAD 4421";
chosen { chosen {
bootargs = "console=ttyLTQ0,115200"; bootargs = "console=ttyLTQ0,115200";

View file

@ -6,7 +6,7 @@
/ { / {
compatible = "arcadyan,arv7510pw22", "lantiq,xway", "lantiq,danube"; compatible = "arcadyan,arv7510pw22", "lantiq,xway", "lantiq,danube";
model = "ARV7510PW22 - Astoria Networks"; model = "Astoria Networks ARV7510PW22";
chosen { chosen {
bootargs = "console=ttyLTQ0,115200"; bootargs = "console=ttyLTQ0,115200";

View file

@ -6,7 +6,7 @@
/ { / {
compatible = "arcadyan,arv7518pw", "lantiq,xway", "lantiq,danube"; compatible = "arcadyan,arv7518pw", "lantiq,xway", "lantiq,danube";
model = "ARV7518PW - Astoria Networks"; model = "Astoria Networks ARV7518PW";
chosen { chosen {
bootargs = "console=ttyLTQ0,115200"; bootargs = "console=ttyLTQ0,115200";

View file

@ -6,7 +6,7 @@
/ { / {
compatible = "arcadyan,arv7519pw", "lantiq,xway", "lantiq,danube"; compatible = "arcadyan,arv7519pw", "lantiq,xway", "lantiq,danube";
model = "ARV7519PW - Astoria Networks"; model = "Astoria Networks ARV7519PW";
chosen { chosen {
bootargs = "console=ttyLTQ0,115200"; bootargs = "console=ttyLTQ0,115200";

View file

@ -6,7 +6,7 @@
/ { / {
compatible = "arcadyan,arv7519rw22", "lantiq,xway", "lantiq,vr9"; compatible = "arcadyan,arv7519rw22", "lantiq,xway", "lantiq,vr9";
model = "ARV7519RW22 - Orange Livebox 2.1"; model = "Orange Livebox 2.1";
chosen { chosen {
bootargs = "console=ttyLTQ0,115200"; bootargs = "console=ttyLTQ0,115200";

View file

@ -6,7 +6,7 @@
/ { / {
compatible = "arcadyan,arv7525pw", "lantiq,xway", "lantiq,danube"; compatible = "arcadyan,arv7525pw", "lantiq,xway", "lantiq,danube";
model = "ARV7525PW - Speedport W303V Typ A"; model = "Speedport W303V Typ A";
chosen { chosen {
bootargs = "console=ttyLTQ0,115200"; bootargs = "console=ttyLTQ0,115200";

View file

@ -6,7 +6,7 @@
/ { / {
compatible = "arcadyan,arv752dpw", "lantiq,xway", "lantiq,danube"; compatible = "arcadyan,arv752dpw", "lantiq,xway", "lantiq,danube";
model = "ARV752DPW - Arcor 802"; model = "Arcor 802";
chosen { chosen {
bootargs = "console=ttyLTQ0,115200"; bootargs = "console=ttyLTQ0,115200";

View file

@ -6,7 +6,7 @@
/ { / {
compatible = "arcadyan,arv752dpw22", "lantiq,xway", "lantiq,danube"; compatible = "arcadyan,arv752dpw22", "lantiq,xway", "lantiq,danube";
model = "ARV752DPW22 - Arcor 803"; model = "Arcor 803";
chosen { chosen {
bootargs = "console=ttyLTQ0,115200"; bootargs = "console=ttyLTQ0,115200";

View file

@ -6,7 +6,7 @@
/ { / {
compatible = "arcadyan,arv8539pw22", "lantiq,xway", "lantiq,danube"; compatible = "arcadyan,arv8539pw22", "lantiq,xway", "lantiq,danube";
model = "ARV8539PW22 - Speedport W 504V Typ A"; model = "Speedport W 504V Typ A";
chosen { chosen {
bootargs = "console=ttyLTQ0,115200"; bootargs = "console=ttyLTQ0,115200";

View file

@ -6,7 +6,7 @@
/ { / {
compatible = "alphanetworks,asl56026", "lantiq,xway", "lantiq,vr9"; compatible = "alphanetworks,asl56026", "lantiq,xway", "lantiq,vr9";
model = "ASL56026 - BT OpenReach VDSL Modem"; model = "BT OpenReach VDSL Modem";
chosen { chosen {
bootargs = "console=ttyLTQ0,115200"; bootargs = "console=ttyLTQ0,115200";

View file

@ -6,7 +6,7 @@
/ { / {
compatible = "bt,homehub-v2b", "lantiq,xway", "lantiq,danube"; compatible = "bt,homehub-v2b", "lantiq,xway", "lantiq,danube";
model = "BTHOMEHUBV2B - BT Home Hub 2B"; /* SoC: Lantiq Danube-S PSB 50712 @ 333MHz V1.3/1.5 */ model = "BT Home Hub 2B"; /* SoC: Lantiq Danube-S PSB 50712 @ 333MHz V1.3/1.5 */
chosen { chosen {
bootargs = "console=ttyLTQ0,115200"; bootargs = "console=ttyLTQ0,115200";

View file

@ -6,7 +6,7 @@
/ { / {
compatible = "bt,homehub-v3a", "lantiq,xway", "lantiq,ar9"; compatible = "bt,homehub-v3a", "lantiq,xway", "lantiq,ar9";
model = "BTHOMEHUBV3A - BT Home Hub 3A"; /* SoC: Lantiq ar9 @ 333MHz */ model = "BT Home Hub 3A"; /* SoC: Lantiq ar9 @ 333MHz */
chosen { chosen {
bootargs = "console=ttyLTQ0,115200"; bootargs = "console=ttyLTQ0,115200";

View file

@ -6,7 +6,7 @@
/ { / {
compatible = "bt,homehub-v5a", "lantiq,xway", "lantiq,vr9"; compatible = "bt,homehub-v5a", "lantiq,xway", "lantiq,vr9";
model = "BTHOMEHUBV5A - BT Home Hub 5A"; model = "BT Home Hub 5A";
chosen { chosen {
bootargs = "console=ttyLTQ0,115200"; bootargs = "console=ttyLTQ0,115200";

View file

@ -6,7 +6,7 @@
/ { / {
compatible = "netgear,dgn1000b", "lantiq,xway", "lantiq,ase"; compatible = "netgear,dgn1000b", "lantiq,xway", "lantiq,ase";
model = "DGN1000B - Netgear DGN1000B"; model = "Netgear DGN1000B";
chosen { chosen {
bootargs = "console=ttyLTQ0,115200"; bootargs = "console=ttyLTQ0,115200";

View file

@ -4,5 +4,5 @@
/ { / {
compatible = "netgear,dgn3500", "lantiq,xway", "lantiq,ar9"; compatible = "netgear,dgn3500", "lantiq,xway", "lantiq,ar9";
model = "DGN3500 - Netgear DGN3500"; model = "Netgear DGN3500";
}; };

View file

@ -4,5 +4,5 @@
/ { / {
compatible = "netgear,dgn3500b", "lantiq,xway", "lantiq,ar9"; compatible = "netgear,dgn3500b", "lantiq,xway", "lantiq,ar9";
model = "DGN3500B - Netgear DGN3500B"; model = "Netgear DGN3500B";
}; };

View file

@ -6,7 +6,7 @@
/ { / {
compatible = "netgear,dm200", "lantiq,xway", "lantiq,ar9"; compatible = "netgear,dm200", "lantiq,xway", "lantiq,ar9";
model = "DM200 - Netgear DM200"; model = "Netgear DM200";
chosen { chosen {
bootargs = "console=ttyLTQ0,115200"; bootargs = "console=ttyLTQ0,115200";

View file

@ -4,7 +4,7 @@
/ { / {
compatible = "lantiq,easy50712", "lantiq,xway", "lantiq,danube"; compatible = "lantiq,easy50712", "lantiq,xway", "lantiq,danube";
model = "EASY50712 - Intel EASY50712 Nand"; model = "Intel EASY50712 Nand";
chosen { chosen {
bootargs = "console=ttyLTQ0,115200"; bootargs = "console=ttyLTQ0,115200";

View file

@ -5,7 +5,7 @@
/ { / {
compatible = "lantiq,easy80920-nand", "lantiq,easy80920", "lantiq,xway", "lantiq,vr9"; compatible = "lantiq,easy80920-nand", "lantiq,easy80920", "lantiq,xway", "lantiq,vr9";
model = "EASY80920NAND - Intel EASY80920 Nand"; model = "Intel EASY80920 Nand";
chosen { chosen {
bootargs = "ubi.mtd=ubi ubi.block=0,rootfsA root=/dev/ubiblock0_1"; bootargs = "ubi.mtd=ubi ubi.block=0,rootfsA root=/dev/ubiblock0_1";

View file

@ -5,7 +5,7 @@
/ { / {
compatible = "lantiq,easy80920-nor", "lantiq,easy80920", "lantiq,xway", "lantiq,vr9"; compatible = "lantiq,easy80920-nor", "lantiq,easy80920", "lantiq,xway", "lantiq,vr9";
model = "EASY80920NOR - Intel EASY80920 Nor"; model = "Intel EASY80920 Nor";
fpi@10000000 { fpi@10000000 {
localbus@0 { localbus@0 {

View file

@ -5,7 +5,7 @@
#include "falcon-sflash-16M.dtsi" #include "falcon-sflash-16M.dtsi"
/ { / {
model = "EASY88388 - Lantiq Falcon FTTDP8 Reference Board"; model = "Lantiq Falcon FTTDP8 Reference Board";
compatible = "lantiq,easy88388", "lantiq,falcon"; compatible = "lantiq,easy88388", "lantiq,falcon";
aliases { aliases {

View file

@ -5,7 +5,7 @@
#include "falcon-sflash-16M.dtsi" #include "falcon-sflash-16M.dtsi"
/ { / {
model = "EASY88444 - Lantiq Falcon FTTdp G.FAST Reference Board"; model = "Lantiq Falcon FTTdp G.FAST Reference Board";
compatible = "lantiq,easy88444", "lantiq,falcon"; compatible = "lantiq,easy88444", "lantiq,falcon";
aliases { aliases {

View file

@ -4,7 +4,7 @@
#include "EASY98000-base.dtsi" #include "EASY98000-base.dtsi"
/ { / {
model = "EASY98000NAND - Lantiq Falcon (NAND)"; model = "Lantiq Falcon (NAND)";
compatible = "lantiq,easy98000-nand", "lantiq,easy98000", "lantiq,falcon"; compatible = "lantiq,easy98000-nand", "lantiq,easy98000", "lantiq,falcon";
aliases { aliases {

View file

@ -4,7 +4,7 @@
#include "EASY98000-base.dtsi" #include "EASY98000-base.dtsi"
/ { / {
model = "EASY98000NOR - Lantiq Falcon (NOR)"; model = "Lantiq Falcon (NOR)";
compatible = "lantiq,easy98000-nor", "lantiq,easy98000", "lantiq,falcon"; compatible = "lantiq,easy98000-nor", "lantiq,easy98000", "lantiq,falcon";
aliases { aliases {

View file

@ -5,7 +5,7 @@
#include "falcon-sflash-16M.dtsi" #include "falcon-sflash-16M.dtsi"
/ { / {
model = "EASY98000SFLASH - Lantiq Falcon (SFLASH)"; model = "Lantiq Falcon (SFLASH)";
compatible = "lantiq,easy98000-sflash", "lantiq,easy98000", "lantiq,falcon"; compatible = "lantiq,easy98000-sflash", "lantiq,easy98000", "lantiq,falcon";
aliases { aliases {

View file

@ -6,7 +6,7 @@
#include "falcon-sflash-16M.dtsi" #include "falcon-sflash-16M.dtsi"
/ { / {
model = "EASY98020 - Lantiq Falcon Reference Board"; model = "Lantiq Falcon Reference Board";
compatible = "lantiq,easy98020", "lantiq,falcon"; compatible = "lantiq,easy98020", "lantiq,falcon";
aliases { aliases {

View file

@ -6,7 +6,7 @@
#include "falcon-sflash-16M.dtsi" #include "falcon-sflash-16M.dtsi"
/ { / {
model = "EASY98020V18 - Lantiq Falcon Reference Board V1.8"; model = "Lantiq Falcon Reference Board V1.8";
compatible = "lantiq,easy98020-v18", "lantiq,easy98020", "lantiq,falcon"; compatible = "lantiq,easy98020-v18", "lantiq,easy98020", "lantiq,falcon";
aliases { aliases {

View file

@ -6,7 +6,7 @@
#include "falcon-sflash-16M.dtsi" #include "falcon-sflash-16M.dtsi"
/ { / {
model = "EASY98021 - Lantiq Falcon HGU Reference Board"; model = "Lantiq Falcon HGU Reference Board";
compatible = "lantiq,easy98021", "lantiq,easy98020", "lantiq,falcon"; compatible = "lantiq,easy98021", "lantiq,easy98020", "lantiq,falcon";
aliases { aliases {

View file

@ -4,7 +4,7 @@
#include "falcon-sflash-16M.dtsi" #include "falcon-sflash-16M.dtsi"
/ { / {
model = "EASY98035SYNCE - Lantiq Falcon SFP Stick with SyncE"; model = "Lantiq Falcon SFP Stick with SyncE";
compatible = "lantiq,easy98035synce", "lantiq,falcon-sfp", "lantiq,falcon"; compatible = "lantiq,easy98035synce", "lantiq,falcon-sfp", "lantiq,falcon";
aliases { aliases {

View file

@ -4,7 +4,7 @@
#include "falcon-sflash-16M.dtsi" #include "falcon-sflash-16M.dtsi"
/ { / {
model = "EASY98035SYNCE1588 - Lantiq Falcon SFP Stick with SyncE/1588"; model = "Lantiq Falcon SFP Stick with SyncE/1588";
compatible = "lantiq,easy98035synce1588", "lantiq,falcon-sfp", "lantiq,falcon"; compatible = "lantiq,easy98035synce1588", "lantiq,falcon-sfp", "lantiq,falcon";
aliases { aliases {

View file

@ -6,7 +6,7 @@
#include "falcon-sflash-16M.dtsi" #include "falcon-sflash-16M.dtsi"
/ { / {
model = "FALCON-MDU - Lantiq Falcon / Vinax MDU Board"; model = "Lantiq Falcon / Vinax MDU Board";
compatible = "lantiq,falcon-mdu", "lantiq,falcon"; compatible = "lantiq,falcon-mdu", "lantiq,falcon";
aliases { aliases {

View file

@ -4,7 +4,7 @@
#include "falcon-sflash-16M.dtsi" #include "falcon-sflash-16M.dtsi"
/ { / {
model = "FALCON-SFP - Lantiq Falcon SFP Stick"; model = "Lantiq Falcon SFP Stick";
compatible = "lantiq,falcon-sfp", "lantiq,falcon"; compatible = "lantiq,falcon-sfp", "lantiq,falcon";
aliases { aliases {

View file

@ -6,7 +6,7 @@
/ { / {
compatible = "avm,fritz3370", "lantiq,xway", "lantiq,vr9"; compatible = "avm,fritz3370", "lantiq,xway", "lantiq,vr9";
model = "FRITZ3370 - Fritz!Box WLAN 3370"; model = "Fritz!Box WLAN 3370";
chosen { chosen {
bootargs = "console=ttyLTQ0,115200 ubi.mtd=1,512 root=/dev/mtdblock9"; bootargs = "console=ttyLTQ0,115200 ubi.mtd=1,512 root=/dev/mtdblock9";

View file

@ -6,7 +6,7 @@
/ { / {
compatible = "avm,fritz7320", "lantiq,xway", "lantiq,ar9"; compatible = "avm,fritz7320", "lantiq,xway", "lantiq,ar9";
model = "FRITZ7320 - 1&1 HomeServer"; model = "1&1 HomeServer";
chosen { chosen {
bootargs = "console=ttyLTQ0,115200"; bootargs = "console=ttyLTQ0,115200";

View file

@ -6,7 +6,7 @@
/ { / {
compatible = "avm,fritz7360sl", "lantiq,xway", "lantiq,vr9"; compatible = "avm,fritz7360sl", "lantiq,xway", "lantiq,vr9";
model = "FRITZ7360SL - 1&1 HomeServer"; model = "1&1 HomeServer";
chosen { chosen {
bootargs = "console=ttyLTQ0,115200"; bootargs = "console=ttyLTQ0,115200";

View file

@ -6,7 +6,7 @@
/ { / {
compatible = "siemens,gigaset-sx76x", "lantiq,xway", "lantiq,danube"; compatible = "siemens,gigaset-sx76x", "lantiq,xway", "lantiq,danube";
model = "GIGASX76X - Gigaset SX761,SX762,SX763"; model = "Gigaset SX761,SX762,SX763";
chosen { chosen {
bootargs = "console=ttyLTQ0,115200"; bootargs = "console=ttyLTQ0,115200";

View file

@ -6,7 +6,7 @@
/ { / {
compatible = "zte,h201l", "lantiq,xway", "lantiq,ar9"; compatible = "zte,h201l", "lantiq,xway", "lantiq,ar9";
model = "H201L - ZTE H210L"; model = "ZTE H210L";
chosen { chosen {
bootargs = "console=ttyLTQ0,115200"; bootargs = "console=ttyLTQ0,115200";

View file

@ -6,7 +6,7 @@
/ { / {
compatible = "zyxel,p-2601hn", "lantiq,xway", "lantiq,danube"; compatible = "zyxel,p-2601hn", "lantiq,xway", "lantiq,danube";
model = "P2601HNFX - ZyXEL P-2601HN-Fx"; model = "ZyXEL P-2601HN-Fx";
chosen { chosen {
bootargs = "console=ttyLTQ0,115200"; bootargs = "console=ttyLTQ0,115200";

View file

@ -4,7 +4,7 @@
/ { / {
compatible = "zyxel,p-2812hnu-f1", "zyxel,p-2812hnu", "lantiq,xway", "lantiq,vr9"; compatible = "zyxel,p-2812hnu-f1", "zyxel,p-2812hnu", "lantiq,xway", "lantiq,vr9";
model = "P2812HNUF1 - ZyXEL P-2812HNU-F1"; model = "ZyXEL P-2812HNU-F1";
aliases { aliases {
led-usb = &usb1; led-usb = &usb1;

View file

@ -4,7 +4,7 @@
/ { / {
compatible = "zyxel,p-2812hnu-f3", "zyxel,p-2812hnu", "lantiq,xway", "lantiq,vr9"; compatible = "zyxel,p-2812hnu-f3", "zyxel,p-2812hnu", "lantiq,xway", "lantiq,vr9";
model = "P2812HNUF3 - ZyXEL P-2812HNU-F3"; model = "ZyXEL P-2812HNU-F3";
fpi@10000000 { fpi@10000000 {
localbus@0 { localbus@0 {

View file

@ -4,5 +4,5 @@
/ { / {
compatible = "tplink,tdw8970", "tplink,tdw89x0", "lantiq,xway", "lantiq,vr9"; compatible = "tplink,tdw8970", "tplink,tdw89x0", "lantiq,xway", "lantiq,vr9";
model = "TDW8970 - TP-LINK TD-W8970"; model = "TP-LINK TD-W8970";
}; };

View file

@ -4,7 +4,7 @@
/ { / {
compatible = "tplink,tdw8980", "tplink,tdw89x0", "lantiq,xway", "lantiq,vr9"; compatible = "tplink,tdw8980", "tplink,tdw89x0", "lantiq,xway", "lantiq,vr9";
model = "TDW8980 - TP-LINK TD-W8980"; model = "TP-LINK TD-W8980";
fpi@10000000 { fpi@10000000 {
gpio: pinmux@E100B10 { gpio: pinmux@E100B10 {

View file

@ -6,7 +6,7 @@
/ { / {
compatible = "arcadyan,vg3503j", "lantiq,xway", "lantiq,vr9"; compatible = "arcadyan,vg3503j", "lantiq,xway", "lantiq,vr9";
model = "VG3503J - BT OpenReach VDSL Modem"; model = "BT OpenReach VDSL Modem";
chosen { chosen {
bootargs = "console=ttyLTQ0,115200"; bootargs = "console=ttyLTQ0,115200";

View file

@ -4,7 +4,7 @@
/ { / {
compatible = "arcadyan,vgv7510kw22-brn", "arcadyan,vgv7510kw22", "lantiq,xway", "lantiq,vr9"; compatible = "arcadyan,vgv7510kw22-brn", "arcadyan,vgv7510kw22", "lantiq,xway", "lantiq,vr9";
model = "VGV7510KW22BRN - o2 Box 6431"; model = "o2 Box 6431";
sram@1F000000 { sram@1F000000 {
cgu@103000 { cgu@103000 {

View file

@ -4,7 +4,7 @@
/ { / {
compatible = "arcadyan,vgv7510kw22-nor", "arcadyan,vgv7510kw22", "lantiq,xway", "lantiq,vr9"; compatible = "arcadyan,vgv7510kw22-nor", "arcadyan,vgv7510kw22", "lantiq,xway", "lantiq,vr9";
model = "VGV7510KW22NOR - o2 Box 6431"; model = "o2 Box 6431";
fpi@10000000 { fpi@10000000 {
localbus@0 { localbus@0 {

View file

@ -5,7 +5,7 @@
/ { / {
compatible = "arcadyan,vgv7519-brn", "arcadyan,vgv7519", "lantiq,xway", "lantiq,vr9"; compatible = "arcadyan,vgv7519-brn", "arcadyan,vgv7519", "lantiq,xway", "lantiq,vr9";
model = "VGV7519BRN - KPN Experiabox V8"; model = "KPN Experiabox V8";
fpi@10000000 { fpi@10000000 {
localbus@0 { localbus@0 {

View file

@ -5,7 +5,7 @@
/ { / {
compatible = "arcadyan,vgv7519-nor", "arcadyan,vgv7519", "lantiq,xway", "lantiq,vr9"; compatible = "arcadyan,vgv7519-nor", "arcadyan,vgv7519", "lantiq,xway", "lantiq,vr9";
model = "VGV7519NOR - KPN Experiabox V8"; model = "KPN Experiabox V8";
fpi@10000000 { fpi@10000000 {
localbus@0 { localbus@0 {

View file

@ -6,7 +6,7 @@
/ { / {
compatible = "tplink,vr200v", "lantiq,xway", "lantiq,vr9"; compatible = "tplink,vr200v", "lantiq,xway", "lantiq,vr9";
model = "VR200v - TP-LINK Archer VR200v"; model = "TP-LINK Archer VR200v";
chosen { chosen {
bootargs = "console=ttyLTQ0,115200"; bootargs = "console=ttyLTQ0,115200";

View file

@ -6,7 +6,7 @@
/ { / {
compatible = "buffalo,wbmr-hp-g300h", "lantiq,xway", "lantiq,ar9"; compatible = "buffalo,wbmr-hp-g300h", "lantiq,xway", "lantiq,ar9";
model = "WBMR - Buffalo WBMR-HP-G300H"; model = "Buffalo WBMR-HP-G300H";
chosen { chosen {
bootargs = "console=ttyLTQ0,115200"; bootargs = "console=ttyLTQ0,115200";

View file

@ -6,7 +6,7 @@
/ { / {
compatible = "buffalo,wbmr-300hpd", "lantiq,xway", "lantiq,vr9"; compatible = "buffalo,wbmr-300hpd", "lantiq,xway", "lantiq,vr9";
model = "WBMR300 - Buffalo WBMR-300HPD"; model = "Buffalo WBMR-300HPD";
chosen { chosen {
bootargs = "console=ttyLTQ0,115200"; bootargs = "console=ttyLTQ0,115200";