1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later 2*f126890aSEmmanuel Vadot/* 3*f126890aSEmmanuel Vadot * Copyright (C) 2015-2017 I2SE GmbH <info@i2se.com> 4*f126890aSEmmanuel Vadot * Copyright (C) 2016 Michael Heimpold <mhei@heimpold.de> 5*f126890aSEmmanuel Vadot */ 6*f126890aSEmmanuel Vadot 7*f126890aSEmmanuel Vadot/dts-v1/; 8*f126890aSEmmanuel Vadot#include "imx28-duckbill-2.dts" 9*f126890aSEmmanuel Vadot 10*f126890aSEmmanuel Vadot/ { 11*f126890aSEmmanuel Vadot model = "I2SE Duckbill 2 485"; 12*f126890aSEmmanuel Vadot compatible = "i2se,duckbill-2-485", "i2se,duckbill-2", "fsl,imx28"; 13*f126890aSEmmanuel Vadot 14*f126890aSEmmanuel Vadot leds { 15*f126890aSEmmanuel Vadot rs485-red { 16*f126890aSEmmanuel Vadot label = "duckbill:red:rs485"; 17*f126890aSEmmanuel Vadot gpios = <&gpio3 24 GPIO_ACTIVE_LOW>; 18*f126890aSEmmanuel Vadot }; 19*f126890aSEmmanuel Vadot 20*f126890aSEmmanuel Vadot rs485-green { 21*f126890aSEmmanuel Vadot label = "duckbill:green:rs485"; 22*f126890aSEmmanuel Vadot gpios = <&gpio3 25 GPIO_ACTIVE_LOW>; 23*f126890aSEmmanuel Vadot }; 24*f126890aSEmmanuel Vadot }; 25*f126890aSEmmanuel Vadot}; 26*f126890aSEmmanuel Vadot 27*f126890aSEmmanuel Vadot&i2c0 { 28*f126890aSEmmanuel Vadot status = "disabled"; 29*f126890aSEmmanuel Vadot}; 30*f126890aSEmmanuel Vadot 31*f126890aSEmmanuel Vadot&led_pins { 32*f126890aSEmmanuel Vadot fsl,pinmux-ids = < 33*f126890aSEmmanuel Vadot MX28_PAD_SAIF0_MCLK__GPIO_3_20 34*f126890aSEmmanuel Vadot MX28_PAD_SAIF0_LRCLK__GPIO_3_21 35*f126890aSEmmanuel Vadot MX28_PAD_I2C0_SCL__GPIO_3_24 36*f126890aSEmmanuel Vadot MX28_PAD_I2C0_SDA__GPIO_3_25 37*f126890aSEmmanuel Vadot >; 38*f126890aSEmmanuel Vadot}; 39