From owner-freebsd-arm@FreeBSD.ORG Thu May 16 18:51:06 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 892DFC17 for ; Thu, 16 May 2013 18:51:06 +0000 (UTC) (envelope-from lists.br@gmail.com) Received: from mail-wg0-x236.google.com (mail-wg0-x236.google.com [IPv6:2a00:1450:400c:c00::236]) by mx1.freebsd.org (Postfix) with ESMTP id 221A0ABF for ; Thu, 16 May 2013 18:51:05 +0000 (UTC) Received: by mail-wg0-f54.google.com with SMTP id x12so2888927wgg.33 for ; Thu, 16 May 2013 11:51:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=O9hz2tqIrJB7nLG8odsV09f9sZGhyiqUIEinCRcEyGA=; b=ge3T+efNFFc0InR31l5URWOIm10DbS5TL394qjEnftTbVy6/zdS07lLolOVbndLDUJ LvPb36sWw+1ayNDscg6T5puWcWmKv1p407FnGYfNtyf0XWckfnv9YfnD5cAP1ADh/6Y/ KVJNRA0UTpN+6xcI9p8/fODSRV6h6fllMFjY+/Gq5FnylOm0vgPPUiC4b9xZc4T+FwBm SRX4vlMlSq0NN8z55zVPI2bvVZRUAY6i28gLkYy+u9BkhPez3alUhys4QTcCTdCT6Xla A5HA6apB9l3cGxwYmcG8cnubGdj1B+bF0W0kTYl9+4npNWj5uhFxsPg/kLcBNnZPcdok M3yA== MIME-Version: 1.0 X-Received: by 10.180.185.207 with SMTP id fe15mr26986108wic.33.1368730265221; Thu, 16 May 2013 11:51:05 -0700 (PDT) Received: by 10.217.117.202 with HTTP; Thu, 16 May 2013 11:51:05 -0700 (PDT) In-Reply-To: References: Date: Thu, 16 May 2013 15:51:05 -0300 Message-ID: Subject: Re: ARM SPI support From: Luiz Otavio O Souza To: Tom Everett Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 May 2013 18:51:06 -0000 On 16 May 2013 14:28, Tom Everett wrote: > Well it would be the Pi, so that's a Broadcom > BCM2835 > . > > Here's the datasheet > > > http://www.raspberrypi.org/wp-content/uploads/2012/02/BCM2835-ARM-Peripherals.pdf > > We don't have the driver for the SPI controller on RPi yet. There is a gpiospi driver floating around but it need some modifications to work with FDT (the same with gpioiic, gpioled and so on). The basic support for SPI (bus support) is in the tree: http://svnweb.freebsd.org/base/head/sys/dev/spibus/ Luiz