From owner-freebsd-mips@freebsd.org Wed Nov 18 08:03:08 2015 Return-Path: Delivered-To: freebsd-mips@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 035C2A32BD0 for ; Wed, 18 Nov 2015 08:03:08 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-io0-x233.google.com (mail-io0-x233.google.com [IPv6:2607:f8b0:4001:c06::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C140811D9 for ; Wed, 18 Nov 2015 08:03:07 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by ioir85 with SMTP id r85so45601081ioi.1 for ; Wed, 18 Nov 2015 00:03:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=hy761bZWck1yxUD4OgB9CRt8drbOWO6mbUTvMWcXO6k=; b=VaCkt9hw+HvMhvo91WaNEFU5Fy4Eq7JCmhk+HPOR9UB5i+pxDKkYFl+dnJtlgzuVmw 7wUghtbjWxyDEe69hG2diN7Mnl4WOFAwKKcFOwAJ9hZs9uYqwD8N6+zd+MzUi2WCqv8R ATFSNEafeX4cqnZw8Si0ZK0qGnKybub/HdmoLHn3XR76g73h7YDSgfXPuxOl3OAo3gf+ xNUqh/NvO43exjFHLwxdA5knChzgVNW0GdMtqJvUoEwmxRanc46jRGdRYj0CYHCOvgqg Rghs3zW0W4Dt2EvlU0Wuv9JMKrm0Aq5HWsOBScuv4vrmv0XMVOPN5KWvx3n9uXtlZDV1 FVfA== MIME-Version: 1.0 X-Received: by 10.107.162.21 with SMTP id l21mr1551783ioe.123.1447833787155; Wed, 18 Nov 2015 00:03:07 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.36.217.196 with HTTP; Wed, 18 Nov 2015 00:03:07 -0800 (PST) Date: Wed, 18 Nov 2015 00:03:07 -0800 X-Google-Sender-Auth: tzloqDW5GFmz9hpITBs_AqAn0-Y Message-ID: Subject: new board support - QCA9533 From: Adrian Chadd To: "freebsd-mips@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2015 08:03:08 -0000 Hiya, I've just added board support for the QCA9531/QCA9533 SoCs ("Honeybee".) It looks like someone took an AR934x and made it AR933x sized. It has a 2x2 2GHz wifi radio, usb, AR934x style 10/100 ethernet switch and other normal atheros goodies. The AP143 is the only board currently supported. It has 4MB flash, so I run off of USB. I've tested SPI flash, ethernet and the ethernet switch - they all seem to work okay. I haven't yet added the wifi support - I'll have to crime updates from linux ath9k and shoehorn it into the vendor hal we're using. I'll send out a separate announcement once that's done. Good luck! -a