Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758530AbbDVXTr (ORCPT ); Wed, 22 Apr 2015 19:19:47 -0400 Received: from mail-gw3-out.broadcom.com ([216.31.210.64]:12143 "EHLO mail-gw3-out.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758509AbbDVXTk (ORCPT ); Wed, 22 Apr 2015 19:19:40 -0400 X-IronPort-AV: E=Sophos;i="5.11,626,1422950400"; d="scan'208";a="62717725" From: Jonathan Richardson To: Scott Branden , Darren Edamura , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Ray Jui , Arnd Bergmann , Greg Kroah-Hartman CC: , , , , Jonathan Richardson Subject: [PATCH 1/2] misc: Add DT binding for cygnus Digital Timing Engine (DTE) driver. Date: Wed, 22 Apr 2015 16:22:02 -0700 Message-ID: <1429744923-2007-2-git-send-email-jonathar@broadcom.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1429744923-2007-1-git-send-email-jonathar@broadcom.com> References: <1429744923-2007-1-git-send-email-jonathar@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1552 Lines: 46 Reviewed-by: Scott Branden Tested-by: Scott Branden Signed-off-by: Jonathan Richardson --- .../bindings/arm/bcm/brcm,cygnus-dte.txt | 24 ++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/bcm/brcm,cygnus-dte.txt diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,cygnus-dte.txt b/Documentation/devicetree/bindings/arm/bcm/brcm,cygnus-dte.txt new file mode 100644 index 0000000..f30ca86 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,cygnus-dte.txt @@ -0,0 +1,24 @@ +Broadcom Cygnus DTE Digital Timing Engine device tree bindings + +The DTE block allows for hardware timestamping of network packets, +audio/video samples and/or GPIO inputs in a common adjustable time base. + +Required SoC Specific Properties: +- compatible: should be "brcm,cygnus-dte" + +- reg: Requires two separate register sets + Base address of the Audio EAV Regsiters for DTE block and length of memory + mapped region. + +- interrupts: The DTE interrupt number to the cpu. + +Example: + +/ { + dte: dte@0x180af000 { + compatible = "brcm,cygnus-dte"; + reg = <0x180af000 0x1000>; + interrupts = ; + + }; +}; -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/