summaryrefslogtreecommitdiffstats
path: root/target/linux/bcm63xx/dts/bcm63268-inteno-vg50.dts
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2024-02-05 18:39:57 +0100
committerÁlvaro Fernández Rojas <noltari@gmail.com>2024-03-04 16:12:21 +0100
commit5cd8e037b5063b5b64c155fb8224dfbdcb0a53bb (patch)
tree1af29d5672febb749b36839f6aa249be644033ad /target/linux/bcm63xx/dts/bcm63268-inteno-vg50.dts
parent6f6406a1321b4ead1d61abdea450d7c76bd5a927 (diff)
downloadopenwrt-5cd8e037b5063b5b64c155fb8224dfbdcb0a53bb.tar.gz
openwrt-5cd8e037b5063b5b64c155fb8224dfbdcb0a53bb.tar.bz2
openwrt-5cd8e037b5063b5b64c155fb8224dfbdcb0a53bb.zip
bcm63xx: drop target
BCM63xx maintainance is a PITA since there's no full Device Tree support and therefore every board needs it's own definition in board_bcm963xx.c There's no DSA support for this board and there have been very few contributions in the last years. Moreover, BCM63xx SoCs >= BCM6358 are already supported in bmips target, so any efforts to keep this target alive aren't worth the time. Let's focus the community efforts on improving bmips instead. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bcm63xx/dts/bcm63268-inteno-vg50.dts')
-rw-r--r--target/linux/bcm63xx/dts/bcm63268-inteno-vg50.dts57
1 files changed, 0 insertions, 57 deletions
diff --git a/target/linux/bcm63xx/dts/bcm63268-inteno-vg50.dts b/target/linux/bcm63xx/dts/bcm63268-inteno-vg50.dts
deleted file mode 100644
index fa9856f337..0000000000
--- a/target/linux/bcm63xx/dts/bcm63268-inteno-vg50.dts
+++ /dev/null
@@ -1,57 +0,0 @@
-#include "bcm63268.dtsi"
-
-#include <dt-bindings/input/input.h>
-
-/ {
- model = "Inteno VG50";
- compatible = "inteno,vg50", "brcm,bcm63268";
-
- chosen {
- bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
- stdout-path = "serial0:115200n8";
- };
-
- keys {
- compatible = "gpio-keys-polled";
- #address-cells = <1>;
- #size-cells = <0>;
- poll-interval = <20>;
-
- reset {
- label = "reset";
- gpios = <&pinctrl 32 0>;
- linux,code = <KEY_RESTART>;
- debounce-interval = <60>;
- };
-
- wps {
- label = "wps";
- gpios = <&pinctrl 34 0>;
- linux,code = <KEY_WPS_BUTTON>;
- debounce-interval = <60>;
- };
- };
-};
-
-&hsspi {
- status = "okay";
-
- flash@0 {
- compatible = "jedec,spi-nor";
- spi-max-frequency = <20000000>;
- spi-tx-bus-width = <2>;
- spi-rx-bus-width = <2>;
- reg = <0>;
-
- #address-cells = <1>;
- #size-cells = <1>;
-
- partitions {
- compatible = "brcm,bcm963xx-cfe-nor-partitions";
- };
- };
-};
-
-&uart0 {
- status = "okay";
-};