From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757478AbaIRWjf (ORCPT ); Thu, 18 Sep 2014 18:39:35 -0400 Received: from mail-pa0-f46.google.com ([209.85.220.46]:55663 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754532AbaIRWjc (ORCPT ); Thu, 18 Sep 2014 18:39:32 -0400 Message-ID: <541B5F16.6030005@openwrt.org> Date: Thu, 18 Sep 2014 15:39:18 -0700 From: Florian Fainelli Organization: OpenWrt User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 MIME-Version: 1.0 To: Hauke Mehrtens , Jonathan Richardson , Christian Daudt , Matt Porter , Russell King , Mike Turquette , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , JD Zheng CC: devicetree@vger.kernel.org, Scott Branden , Ray Jui , =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= , linux-kernel@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 0/6] Add initial support for Broadcom Cygnus SoC References: <1410897497-27527-1-git-send-email-jonathar@broadcom.com> <541B5D5A.10800@hauke-m.de> In-Reply-To: <541B5D5A.10800@hauke-m.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/18/2014 03:31 PM, Hauke Mehrtens wrote: > On 09/16/2014 09:58 PM, Jonathan Richardson wrote: >> Hi, >> >> This patchset contains initial support for Broadcom's Cygnus SoC based on our >> iProc architecture. Initial support is minimal and includes just the mach >> platform code, clock driver, and a basic device tree configuration. Peripheral >> drivers will be submitted soon, as will device tree configurations for other >> Cygnus board variants. > > This SoC looks similar to the BCM5301X (Northstar) SoCs even some cores > are at the same memory addresses. Does this SoC use an AXI bus with > Broadcom Plugins at address 0x18000000 ? > > The BCM5301X (Northstar) SoCs also has an iProc Clock Control Unit and I > will try to use your driver for that SoC. > > Is Broadcom Cygnus similar to BCM563XX or is it actually the same SoC? According to this link: http://lists.denx.de/pipermail/u-boot/2014-August/186086.html these SoCs, in particular BCM58622 would belong to the StrataGX network processors: http://www.broadcom.com/products/Processors/Home-and-Small-Business/BCM5862X-Series. > > Do you have some description of the hardware features of this SoC? Does > it have PCIe, or Ethernet? >>From the link above, it has Ethernet for sure, and certainly PCIe since the Wi-Fi chips mentioned in the link above are PCIe chips. It would be really good if all the work you and Rafal did was usable for the Cygnus SoCs. -- Florian