diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-03-22 20:10:01 +0100 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-03-22 20:57:07 +0100 |
commit | 6df12200d903338d36008cb207a41bd456346b5d (patch) | |
tree | 79b12e64b5cb36414a1babaeabb40ff44af38811 /target/linux/bmips/dts/bcm63167-sercomm-h500-s-lowi.dts | |
parent | cc07d1d2fd3662611e2044c9fc514f7f756ebd6d (diff) | |
download | upstream-6df12200d903338d36008cb207a41bd456346b5d.tar.gz upstream-6df12200d903338d36008cb207a41bd456346b5d.tar.bz2 upstream-6df12200d903338d36008cb207a41bd456346b5d.zip |
bmips: add support for Sercomm H-500s
Sercomm H-500s is a BCM63268 with 128M, internal and external (Quantenna) wifi
and external BCM53134S switch.
This device is already supported in bcm63xx target, so more information can be
found in https://openwrt.org/toh/sercomm/h500-s.
It's a perfect example of a device with internal and external switch
coexistance since most devices only have ports on one of the switches but not
both of them.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bmips/dts/bcm63167-sercomm-h500-s-lowi.dts')
-rw-r--r-- | target/linux/bmips/dts/bcm63167-sercomm-h500-s-lowi.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/bmips/dts/bcm63167-sercomm-h500-s-lowi.dts b/target/linux/bmips/dts/bcm63167-sercomm-h500-s-lowi.dts new file mode 100644 index 0000000000..c0ad03fa22 --- /dev/null +++ b/target/linux/bmips/dts/bcm63167-sercomm-h500-s-lowi.dts @@ -0,0 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later + +#include "bcm63167-sercomm-h500-s.dtsi" + +/ { + model = "Sercomm H500-s lowi"; + compatible = "sercomm,h500-s-lowi", "brcm,bcm63167", "brcm,bcm63268"; +}; |