diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-02-08 20:33:30 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-02-14 14:10:51 +0100 |
commit | e7bfda2c243e66a75ff966ba04c28b1590b5d24c (patch) | |
tree | 069959b7e6a8cf31b0feb2857a63c7c4c0e3dcbf /target/linux/brcm63xx/dts/bcm6328-sercomm-ad1018-nor.dts | |
parent | 8fe5ad5d3373cebed4fbc55a7b779721971ce427 (diff) | |
download | upstream-e7bfda2c243e66a75ff966ba04c28b1590b5d24c.tar.gz upstream-e7bfda2c243e66a75ff966ba04c28b1590b5d24c.tar.bz2 upstream-e7bfda2c243e66a75ff966ba04c28b1590b5d24c.zip |
brcm63xx: rename target to bcm63xx
This change makes the names of Broadcom targets consistent by using
the common notation based on SoC/CPU ID (which is used internally
anyway), bcmXXXX instead of brcmXXXX.
This is even used for target TITLE in make menuconfig already,
only the short target name used brcm so far.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/brcm63xx/dts/bcm6328-sercomm-ad1018-nor.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/bcm6328-sercomm-ad1018-nor.dts | 146 |
1 files changed, 0 insertions, 146 deletions
diff --git a/target/linux/brcm63xx/dts/bcm6328-sercomm-ad1018-nor.dts b/target/linux/brcm63xx/dts/bcm6328-sercomm-ad1018-nor.dts deleted file mode 100644 index 36899a4cc0..0000000000 --- a/target/linux/brcm63xx/dts/bcm6328-sercomm-ad1018-nor.dts +++ /dev/null @@ -1,146 +0,0 @@ -/dts-v1/; - -#include "bcm6328.dtsi" - -#include <dt-bindings/input/input.h> - -/ { - model = "Sercomm AD1018 (SPI flash mod)"; - compatible = "sercomm,ad1018-nor", "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>; - - wps { - label = "wps"; - gpios = <&pinctrl 24 1>; - linux,code = <KEY_WPS_BUTTON>; - debounce-interval = <60>; - }; - - wifi { - label = "wifi"; - gpios = <&pinctrl 25 1>; - linux,code = <KEY_WLAN>; - debounce-interval = <60>; - }; - - reset { - label = "reset"; - gpios = <&pinctrl 31 1>; - linux,code = <KEY_RESTART>; - debounce-interval = <60>; - }; - }; -}; - -&pinctrl { - pinctrl_leds: leds { - function = "led"; - pins = "gpio0", "gpio1"; - }; -}; - -&leds { - status = "ok"; - - pinctrl-names = "default"; - pinctrl-0 = <&pinctrl_leds &pinctrl_serial_led - &pinctrl_ephy0_spd_led &pinctrl_ephy1_act_led - &pinctrl_ephy2_act_led &pinctrl_ephy3_act_led>; - - brcm,serial-leds; - brcm,serial-shift-inv; - brcm,serial-dat-low; - - inet_red@0 { - reg = <0>; - active-low; - label = "AD1018:red:internet"; - }; - - inet_green@1 { - reg = <1>; - active-low; - label = "AD1018:green:internet"; - }; - - power_green@8 { - reg = <8>; - active-low; - label = "AD1018:green:power"; - default-state = "on"; - }; - - adsl_green@10 { - reg = <10>; - active-low; - label = "AD1018:green:adsl"; - }; - - adsl_red@11 { - reg = <11>; - active-low; - label = "AD1018:red:adsl"; - }; - - phone_green@12 { - reg = <12>; - active-low; - label = "AD1018:green:phone"; - }; - - wps_green@13 { - reg = <13>; - active-low; - label = "AD1018:green:wps"; - }; - - wifi_green@14 { - reg = <14>; - active-low; - label = "AD1018:green:wifi"; - }; - - usb_green@15 { - reg = <15>; - active-low; - label = "AD1018:green:usb"; - }; - - ephy0_spd@17 { - reg = <17>; - brcm,hardware-controlled; - }; -}; - -&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 = "brcm,bcm963xx-cfe-nor-partitions"; - }; - }; -}; - -&uart0 { - status = "ok"; -}; |