aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/dts/dsl-274xb-f.dts
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2019-12-29 01:55:54 +0100
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-02-08 18:39:28 +0100
commite4ba8c82947efd39b014496de32ee73e1bec9c71 (patch)
tree29f70c0bddc4c68df25838ca3c055c1b783c3031 /target/linux/brcm63xx/dts/dsl-274xb-f.dts
parent757715c4749a4942a82ca7b333047c44c454b3c5 (diff)
downloadupstream-e4ba8c82947efd39b014496de32ee73e1bec9c71.tar.gz
upstream-e4ba8c82947efd39b014496de32ee73e1bec9c71.tar.bz2
upstream-e4ba8c82947efd39b014496de32ee73e1bec9c71.zip
brcm63xx: use more systematic names for image and DTS files
This changes brcm63xx target to achieve consistency between image names, device nodes names, compatible, DTS name and device name as much as possible. As with other targets, having consistent names is supposed to make life easier for developers and reduces the number of "variables" in the system. In particular, applying the DTS scheme will make it easier to find the correct file and architecture. DTS files are named based on the increasingly common soc-vendor-model scheme, using hyphens for separation as this seems to be the kernel way. Since the compatible is not used at the moment, I took the chance to also align them with this patch. For the SOC, the already existing CFE_CHIP_ID can be exploiting for all but two devices. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/brcm63xx/dts/dsl-274xb-f.dts')
-rw-r--r--target/linux/brcm63xx/dts/dsl-274xb-f.dts121
1 files changed, 0 insertions, 121 deletions
diff --git a/target/linux/brcm63xx/dts/dsl-274xb-f.dts b/target/linux/brcm63xx/dts/dsl-274xb-f.dts
deleted file mode 100644
index 1d09232ba5..0000000000
--- a/target/linux/brcm63xx/dts/dsl-274xb-f.dts
+++ /dev/null
@@ -1,121 +0,0 @@
-/dts-v1/;
-
-#include "bcm6328.dtsi"
-
-#include <dt-bindings/input/input.h>
-
-/ {
- model = "D-Link DSL-2740B/DSL-2741B rev F1";
- compatible = "d-link,dsl-274xb-f", "brcm,bcm6328";
-
- 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>;
-
- wifi {
- label = "wifi";
- gpios = <&pinctrl 10 1>;
- linux,code = <KEY_WLAN>;
- debounce-interval = <60>;
- };
-
- reset {
- label = "reset";
- gpios = <&pinctrl 23 1>;
- linux,code = <KEY_RESTART>;
- debounce-interval = <60>;
- };
-
- wps {
- label = "wps";
- gpios = <&pinctrl 24 1>;
- linux,code = <KEY_WPS_BUTTON>;
- debounce-interval = <60>;
- };
- };
-
- leds {
- compatible = "gpio-leds";
-
- inet_red {
- label = "dsl-274xb:red:internet";
- gpios = <&pinctrl 2 1>;
- };
- dsl_green {
- label = "dsl-274xb:green:dsl";
- gpios = <&pinctrl 3 1>;
- };
- power_green {
- label = "dsl-274xb:green:power";
- gpios = <&pinctrl 4 1>;
- default-state = "on";
- };
- power_red {
- label = "dsl-274xb:red:power";
- gpios = <&pinctrl 8 1>;
- };
- wps_blue {
- label = "dsl-274xb:blue:wps";
- gpios = <&pinctrl 9 1>;
- };
- inet_green {
- label = "dsl-274xb:green:internet";
- gpios = <&pinctrl 11 1>;
- };
- };
-};
-
-&hsspi {
- status = "ok";
-
- flash@0 {
- compatible = "jedec,spi-nor";
- spi-max-frequency = <16666667>;
- spi-tx-bus-width = <2>;
- spi-rx-bus-width = <2>;
- reg = <0>;
-
- #address-cells = <1>;
- #size-cells = <1>;
-
- partitions {
- compatible = "fixed-partitions";
- #address-cells = <1>;
- #size-cells = <1>;
-
- cfe@0 {
- reg = <0x000000 0x010000>;
- label = "cfe";
- read-only;
- };
-
- linux@10000 {
- reg = <0x010000 0x7c0000>;
- label = "linux";
- compatible = "brcm,bcm963xx-imagetag";
- };
-
- cal_data@7d0000 {
- reg = <0x7d0000 0x010000>;
- label = "cal_data";
- read-only;
- };
-
- nvram@7e0000 {
- reg = <0x7e0000 0x020000>;
- label = "nvram";
- };
- };
- };
-};
-
-&uart0 {
- status = "ok";
-};