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