From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A7841C433FE for ; Fri, 25 Nov 2022 07:55:15 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 6DC5E84D54; Fri, 25 Nov 2022 08:55:13 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=microchip.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=microchip.com header.i=@microchip.com header.b="ZHCkpgk+"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id EBAA384CB2; Fri, 25 Nov 2022 08:55:11 +0100 (CET) Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 1FC0B84CB2 for ; Fri, 25 Nov 2022 08:55:07 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=microchip.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=Eugen.Hristev@microchip.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1669362909; x=1700898909; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=8KPAhnjD4t4IrIBQgPh4EUOL+lAfImEt3Nk167NKwJA=; b=ZHCkpgk+E/2uC+9yXMFDNAGhns+D9a06hRQX0vJ/GQde9TmebZ4oIW9t UhjCnEjgvEp4QncKQPfR5cLYRf4exCxMwdvVESoeW8RNv7vdccX6AzEG1 PuDd1gUaJt5I48djVXIfds0APrrdUrS2XofAjqCDxy2s4DVLfZuD86jhz xIWH15T1Y7EhijZGYuYpm7CW6Ie3K1nKI1tN+1uSdteu6PQMDn3XpV6sp kKNQ06w/Hr9j6M9o4GnhB80tkkoUMdqvJStgsmVqSr2Mkjheiar18QWjq +3cGWZb63AzEkSMe86NUcn1Wr/rFLDVxN1oo7PmaaT9Wua0t5yZ0b49lE g==; X-IronPort-AV: E=Sophos;i="5.96,192,1665471600"; d="scan'208";a="185139564" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa4.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 25 Nov 2022 00:55:07 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.12; Fri, 25 Nov 2022 00:55:04 -0700 Received: from ROB-ULT-M18282.microchip.com (10.10.115.15) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2507.12 via Frontend Transport; Fri, 25 Nov 2022 00:55:03 -0700 From: Eugen Hristev To: CC: , , , Eugen Hristev Subject: [PATCH 1/3] dt-bindings: mfd: add at91-usart.h from Linux Date: Fri, 25 Nov 2022 09:54:51 +0200 Message-ID: <20221125075453.268154-1-eugen.hristev@microchip.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean Copy include file dt-bindings/mfd/at91-usart.h from Linux Signed-off-by: Eugen Hristev --- include/dt-bindings/mfd/at91-usart.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 include/dt-bindings/mfd/at91-usart.h diff --git a/include/dt-bindings/mfd/at91-usart.h b/include/dt-bindings/mfd/at91-usart.h new file mode 100644 index 0000000000..2de5bc312e --- /dev/null +++ b/include/dt-bindings/mfd/at91-usart.h @@ -0,0 +1,17 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* + * This header provides macros for AT91 USART DT bindings. + * + * Copyright (C) 2018 Microchip Technology + * + * Author: Radu Pirea + * + */ + +#ifndef __DT_BINDINGS_AT91_USART_H__ +#define __DT_BINDINGS_AT91_USART_H__ + +#define AT91_USART_MODE_SERIAL 0 +#define AT91_USART_MODE_SPI 1 + +#endif /* __DT_BINDINGS_AT91_USART_H__ */ -- 2.25.1