From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Subject: [PATCH 4/5] net: can: ifi: Add DT bindings for ifi,canfd Date: Mon, 11 Jan 2016 19:48:02 +0100 Message-ID: <1452538083-7331-4-git-send-email-marex@denx.de> References: <1452538083-7331-1-git-send-email-marex@denx.de> Cc: Marc Kleine-Budde , Oliver Hartkopp , Marek Vasut , Mark Rutland , Wolfgang Grandegger To: netdev@vger.kernel.org Return-path: Received: from mail-out.m-online.net ([212.18.0.10]:46020 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933969AbcAKSsT (ORCPT ); Mon, 11 Jan 2016 13:48:19 -0500 In-Reply-To: <1452538083-7331-1-git-send-email-marex@denx.de> Sender: netdev-owner@vger.kernel.org List-ID: Add device tree bindings for the I/F/I CANFD controller IP core. Signed-off-by: Marek Vasut Cc: Marc Kleine-Budde Cc: Mark Rutland Cc: Oliver Hartkopp Cc: Wolfgang Grandegger --- Documentation/devicetree/bindings/net/can/ifi_canfd.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Documentation/devicetree/bindings/net/can/ifi_canfd.txt diff --git a/Documentation/devicetree/bindings/net/can/ifi_canfd.txt b/Documentation/devicetree/bindings/net/can/ifi_canfd.txt new file mode 100644 index 0000000..20ea5c7 --- /dev/null +++ b/Documentation/devicetree/bindings/net/can/ifi_canfd.txt @@ -0,0 +1,15 @@ +IFI CANFD controller +-------------------- + +Required properties: + - compatible: Should be "ifi,canfd-1.0" + - reg: Should contain CAN controller registers location and length + - interrupts: Should contain IRQ line for the CAN controller + +Example: + + canfd0: canfd@ff220000 { + compatible = "ifi,canfd-1.0"; + reg = <0xff220000 0x00001000>; + interrupts = <0 43 0>; + }; -- 2.1.4