From patchwork Thu Jun 18 02:36:18 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "b.l.huang" X-Patchwork-Id: 486057 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id D2890140295 for ; Thu, 18 Jun 2015 12:36:58 +1000 (AEST) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 1542128BC31; Thu, 18 Jun 2015 04:36:41 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 93A6C287558 for ; Thu, 18 Jun 2015 04:36:35 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 CL_IP_EQ_HELO_IP=-2 (check from: .foxmail. - helo: .smtpbgbr2.qq. - helo-domain: .qq.) FROM/MX_MATCHES_HELO(DOMAIN)=-2; rate: -8.5 Received: from smtpbgbr2.qq.com (smtpbgbr2.qq.com [54.207.22.56]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Thu, 18 Jun 2015 04:36:32 +0200 (CEST) X-QQ-mid: esmtp32t1434594986t093t00777 Received: from localhost (unknown [218.18.251.100]) by esmtp4.qq.com (ESMTP) with id ; Thu, 18 Jun 2015 10:36:25 +0800 (CST) X-QQ-SSF: B1010000000000F0FG100000000000Z X-QQ-FEAT: NBnI8wBn6c+c9ah7hkNt+8H7Wu270dsWSjMHNJmEumIahWdNAZ55yUcDNUMjh MZxdjaxU6XLyC4M+e1s0cKQ5imEmz7djDu10o3DClocRi8M405pjwvRFEcN4HPlIrVfpwsC Q755EQVHTOALIqsswHxmAROkiFP8Hqeh3vYspVy3o8N3lnZw3ABK2K5KguxaKlxeKQUMktC t1KmkOjOLUldLlsfFcWA/xBacCc+oYfo= X-QQ-GoodBg: 0 From: tymon To: openwrt-devel@lists.openwrt.org Date: Thu, 18 Jun 2015 10:36:18 +0800 Message-Id: <1434594978-8619-1-git-send-email-banglang.huang@foxmail.com> X-Mailer: git-send-email 1.9.1 X-QQ-SENDSIZE: 520 X-QQ-Bgrelay: 1 Subject: [OpenWrt-Devel] [PATCH] ramips: add support for PandoraBox PBR-M1 X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" This patch is for PandoraBox PBR-M1 which is based on mt7621, all the features work fine, including rtc, leds, button, usb3.0, etc. Signed-off-by: tymon --- target/linux/ramips/base-files/etc/board.d/01_leds | 5 + .../linux/ramips/base-files/etc/board.d/02_network | 1 + target/linux/ramips/base-files/etc/diag.sh | 3 + target/linux/ramips/base-files/lib/ramips.sh | 3 + .../ramips/base-files/lib/upgrade/platform.sh | 1 + target/linux/ramips/dts/PBR-M1.dts | 150 +++++++++++++++++++++ target/linux/ramips/image/Makefile | 7 +- target/linux/ramips/mt7621/profiles/pbr-m1.mk | 22 +++ 8 files changed, 191 insertions(+), 1 deletion(-) create mode 100644 target/linux/ramips/dts/PBR-M1.dts create mode 100644 target/linux/ramips/mt7621/profiles/pbr-m1.mk diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds b/target/linux/ramips/base-files/etc/board.d/01_leds index ad0062a..c63ff47 100755 --- a/target/linux/ramips/base-files/etc/board.d/01_leds +++ b/target/linux/ramips/base-files/etc/board.d/01_leds @@ -175,6 +175,11 @@ case $board in set_wifi_led "7links:orange:wifi" set_usb_led "7links:blue:storage" ;; + pbr-m1) + ucidef_set_led_netdev "internet" "internet" "pbr-m1:green:internet" "eth0.2" + ucidef_set_led_default "power" "power" "pbr-m1:green:power" "1" + ucidef_set_led_default "sys" "sys" "pbr-m1:green:sys" "1" + ;; sl-r7205) set_wifi_led "rt2800pci-phy0::radio" ;; diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network index 4982566..b3dd1f1 100755 --- a/target/linux/ramips/base-files/etc/board.d/02_network +++ b/target/linux/ramips/base-files/etc/board.d/02_network @@ -129,6 +129,7 @@ ramips_setup_interfaces() dir-320-b1 | \ dir-615-h1 | \ firewrt | \ + pbr-m1 | \ hlk-rm04 | \ mt7621 | \ mt7628 | \ diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index d6001c5..bfc92e5 100644 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -117,6 +117,9 @@ get_status_led() { omni-emb-hpm) status_led="emb:green:status" ;; + pbr-m1) + status_led="pbr-m1:green:sys" + ;; psr-680w) status_led="psr-680w:red:wan" ;; diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 0cb02c7..14ffc21 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -247,6 +247,9 @@ ramips_board_detect() { *"OLinuXino-RT5350F-EVB") name="olinuxino-rt5350f-evb" ;; + *"PBR-M1") + name="pbr-m1" + ;; *"Petatel PSR-680W"*) name="psr-680w" ;; diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh index 99cabbd..8d5f74f 100755 --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh @@ -53,6 +53,7 @@ platform_check_image() { fonera20n | \ freestation5 | \ firewrt |\ + pbr-m1 |\ hg255d | \ hlk-rm04 | \ ht-tm02 | \ diff --git a/target/linux/ramips/dts/PBR-M1.dts b/target/linux/ramips/dts/PBR-M1.dts new file mode 100644 index 0000000..76eae93 --- /dev/null +++ b/target/linux/ramips/dts/PBR-M1.dts @@ -0,0 +1,150 @@ +/dts-v1/; + +/include/ "mt7621.dtsi" + +/ { + compatible = "mediatek,mt7621-eval-board", "mediatek,mt7621-soc"; + model = "PBR-M1"; + + memory@0 { + device_type = "memory"; + reg = <0x0 0x10000000>; + }; + + chosen { + bootargs = "console=ttyS0,115200"; + }; + + sdhci@10130000 { + status = "okay"; + }; + + palmbus@1E000000 { + spi@b00 { + status = "okay"; + + m25p80@0 { + #address-cells = <1>; + #size-cells = <1>; + compatible = "w25q256"; + reg = <0 0>; + linux,modalias = "m25p80"; + spi-max-frequency = <10000000>; + + partition@0 { + label = "u-boot"; + reg = <0x0 0x30000>; + read-only; + }; + + partition@30000 { + label = "u-boot-env"; + reg = <0x30000 0x10000>; + read-only; + }; + + factory: partition@40000 { + label = "factory"; + reg = <0x40000 0x10000>; + read-only; + }; + + partition@50000 { + label = "firmware"; + reg = <0x50000 0xfb0000>; + }; + + }; + }; + + i2c@900 { + compatible = "ralink,i2c-mt7621"; + reg = <0x900 0x100>; + + #address-cells = <1>; + #size-cells = <0>; + + pinctrl-names = "default"; + pinctrl-0 = <&i2c_pins>; + + status = "okay"; + + pcf8563: rtc@51 { + status = "okay"; + compatible = "nxp,pcf8563"; + reg = <0x51>; + }; + }; + }; + + pcie@1e140000 { + status = "okay"; + + pcie0 { + mt76@0,0 { + reg = <0x0000 0 0 0 0>; + device_type = "pci"; + mediatek,mtd-eeprom = <&factory 0x0000>; + mediatek,2ghz = <0>; + }; + }; + + pcie1 { + mt76@1,0 { + reg = <0x0000 0 0 0 0>; + device_type = "pci"; + mediatek,mtd-eeprom = <&factory 0x8000>; + mediatek,5ghz = <0>; + }; + }; + }; + + ethernet@1e100000 { + mtd-mac-address = <&factory 0xe000>; + }; + + gpio-leds { + compatible = "gpio-leds"; + + buzzer { + label = "pbr-m1:buzzer"; + gpios = <&gpio0 27 1>; + }; + + power { + label = "pbr-m1:green:power"; + gpios = <&gpio0 25 1>; + }; + + sys { + label = "pbr-m1:green:sys"; + gpios = <&gpio0 24 1>; + }; + + internet { + label = "pbr-m1:green:internet"; + gpios = <&gpio0 23 1>; + }; + }; + + gpio-keys-polled { + compatible = "gpio-keys-polled"; + #address-cells = <1>; + #size-cells = <0>; + poll-interval = <20>; + reset { + label = "reset"; + gpios = <&gpio0 18 1>; + linux,code = <0x198>; + }; + }; + + pinctrl { + state_default: pinctrl0 { + gpio { + ralink,group = "wdt", "rgmii2", "wdt rst", "jtag", "mdio"; + ralink,function = "gpio"; + }; + }; + }; +}; diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 106cb2d..afbe567 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -919,7 +919,7 @@ endif # ifeq ($(SUBTARGET),mt7621) - TARGET_DEVICES += mt7621 wsr-600 wsr-1166 dir-860l-b1 firewrt + TARGET_DEVICES += mt7621 wsr-600 wsr-1166 dir-860l-b1 firewrt pbr-m1 endif define Device/mt7621 @@ -956,6 +956,11 @@ define Device/firewrt IMAGE_SIZE := $(ralink_default_fw_size_16M) endef +define Device/pbr-m1 + DTS := PBR-M1 + IMAGE_SIZE := $(ralink_default_fw_size_16M) +endef + # # MT7628 Profiles # diff --git a/target/linux/ramips/mt7621/profiles/pbr-m1.mk b/target/linux/ramips/mt7621/profiles/pbr-m1.mk new file mode 100644 index 0000000..5b4dfb5 --- /dev/null +++ b/target/linux/ramips/mt7621/profiles/pbr-m1.mk @@ -0,0 +1,22 @@ +# +# Copyright (C) 2011 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/PBR-M1 + NAME:=PBR-M1 Device + PACKAGES:=\ + kmod-usb-core kmod-usb3 kmod-usb-hid kmod-sdhci-mt7620 \ + kmod-ledtrig-usbdev kmod-mt76 kmod-ata-core kmod-ata-ahci \ + kmod-usb3-mt7621 kmod-rtc-pcf8563 +endef + + +FEATURES+=rtc + +define Profile/PBR-M1/Description + Default package set compatible with most boards. +endef +$(eval $(call Profile,PBR-M1))