From patchwork Wed Dec 23 11:40:07 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Reizer, Eyal" X-Patchwork-Id: 7910911 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id E12099F1AF for ; Wed, 23 Dec 2015 11:40:49 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1465320461 for ; Wed, 23 Dec 2015 11:40:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4789C20444 for ; Wed, 23 Dec 2015 11:40:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934298AbbLWLkr (ORCPT ); Wed, 23 Dec 2015 06:40:47 -0500 Received: from bear.ext.ti.com ([192.94.94.41]:57525 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932531AbbLWLkq convert rfc822-to-8bit (ORCPT ); Wed, 23 Dec 2015 06:40:46 -0500 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id tBNBe9Db005050; Wed, 23 Dec 2015 05:40:09 -0600 Received: from DFRE70.ent.ti.com (dfre70.ent.ti.com [10.167.188.34]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id tBNBe9E5015899; Wed, 23 Dec 2015 05:40:09 -0600 Received: from DFRE01.ent.ti.com ([fe80::b027:5293:c8d8:d82a]) by DFRE70.ent.ti.com ([fe80::645e:109b:13d3:dfa7%25]) with mapi id 14.03.0224.002; Wed, 23 Dec 2015 12:40:08 +0100 From: "Reizer, Eyal" To: "devicetree@vger.kernel.org" , "linux-omap@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" CC: "robh+dt@kernel.org" , "pawel.moll@arm.com" , "mark.rutland@arm.com" , "ijc+devicetree@hellion.org.uk" , "galak@codeaurora.org" , "tony@atomide.com" , "linux@arm.linux.org.uk" Subject: [PATCH 2/3] ARM: dts: am335x-evm: add shared transport device tree bindings Thread-Topic: [PATCH 2/3] ARM: dts: am335x-evm: add shared transport device tree bindings Thread-Index: AQHRPXVsOFfv9gOtN06yoZtWpTVAHZ7Yci8A Date: Wed, 23 Dec 2015 11:40:07 +0000 Message-ID: <8665E2433BC68541A24DFFCA87B70F5B23759A6B@DFRE01.ent.ti.com> References: <1450870253-8694-1-git-send-email-eyalr@ti.com> <1450870253-8694-2-git-send-email-eyalr@ti.com> In-Reply-To: <1450870253-8694-2-git-send-email-eyalr@ti.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.167.188.42] x-exclaimer-md-config: f9c360f5-3d1e-4c3c-8703-f45bf52eff6b MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The shared Shared Transport (ST) software enables BT and GPS protocols or software components to interact with their respective cores over single physical port. Add the uart and enable pin device tree bindings Signed-off-by: Eyal Reizer --- arch/arm/boot/dts/am335x-evm.dts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/am335x-evm.dts b/arch/arm/boot/dts/am335x-evm.dts index d9d00ab..b29c3f3 100644 --- a/arch/arm/boot/dts/am335x-evm.dts +++ b/arch/arm/boot/dts/am335x-evm.dts @@ -160,6 +160,18 @@ system-clock-frequency = <12000000>; }; }; + + kim { + compatible = "kim"; + nshutdown-gpios = <&gpio3 21 GPIO_ACTIVE_HIGH>; + serial-device = <&uart1>; + flow_cntrl = <1>; + baud_rate = <3000000>; + }; + + btwilink { + compatible = "btwilink"; + }; }; &am33xx_pinmux {