2 * Copyright (C) 2015 Marek Vasut <marex@denx.de>
4 * The code contained herein is licensed under the GNU General Public
5 * License. You may obtain a copy of the GNU General Public License
6 * Version 2 or later at the following locations:
8 * http://www.opensource.org/licenses/gpl-license.html
9 * http://www.gnu.org/copyleft/gpl.html
13 #include "at91-sama5d4_ma5d4.dtsi"
16 model = "DENX MA5D4EVK";
17 compatible = "denx,ma5d4evk", "atmel,sama5d4", "atmel,sama5";
20 stdout-path = "serial3:115200n8";
24 usb0: gadget@00400000 {
25 atmel,vbus-gpio = <&pioE 31 GPIO_ACTIVE_HIGH>;
26 pinctrl-names = "default";
27 pinctrl-0 = <&pinctrl_usba_vbus>;
34 &pioE 11 GPIO_ACTIVE_LOW
35 &pioE 14 GPIO_ACTIVE_LOW
45 hlcdc: hlcdc@f0000000 {
48 hlcdc-display-controller {
49 pinctrl-names = "default";
50 pinctrl-0 = <&pinctrl_lcd_base &pinctrl_lcd_rgb888>;
53 hlcdc_panel_output: endpoint@0 {
55 remote-endpoint = <&panel_input>;
62 macb0: ethernet@f8020000 {
66 phy0: ethernet-phy@0 {
71 usart0: serial@f802c000 {
75 usart1: serial@f8030000 {
80 pinctrl-names = "default";
81 pinctrl-0 = <&pinctrl_mmc1_clk_cmd_dat0 &pinctrl_mmc1_dat1_3 &pinctrl_mmc1_cd>;
82 vmmc-supply = <&vcc_mmc1_reg>;
83 vqmmc-supply = <&vcc_3v3_reg>;
88 cd-gpios = <&pioE 5 0>;
93 atmel,adc-ts-wires = <4>;
94 atmel,adc-ts-pressure-threshold = <10000>;
100 pinctrl_mmc1_cd: mmc1_cd {
101 atmel,pins = <AT91_PIOE 5 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>;
103 pinctrl_usba_vbus: usba_vbus {
105 <AT91_PIOE 31 AT91_PERIPH_GPIO AT91_PINCTRL_DEGLITCH>;
112 backlight: backlight {
113 compatible = "pwm-backlight";
114 pwms = <&hlcdc_pwm 0 50000 0>;
115 brightness-levels = <0 4 8 16 32 64 128 255>;
116 default-brightness-level = <6>;
121 compatible = "gpio-leds";
126 gpios = <&pioD 28 GPIO_ACTIVE_HIGH>;
127 linux,default-trigger = "heartbeat";
132 gpios = <&pioD 29 GPIO_ACTIVE_HIGH>;
133 linux,default-trigger = "heartbeat";
138 gpios = <&pioD 30 GPIO_ACTIVE_HIGH>;
139 linux,default-trigger = "heartbeat";
144 /* Actually Ampire 800480R2 */
145 compatible = "foxlink,fl500wvr00-a0t", "simple-panel";
146 backlight = <&backlight>;
147 #address-cells = <1>;
152 #address-cells = <1>;
155 panel_input: endpoint@0 {
157 remote-endpoint = <&hlcdc_panel_output>;
162 vcc_mmc1_reg: fixedregulator@2 {
163 compatible = "regulator-fixed";
164 gpio = <&pioE 17 GPIO_ACTIVE_LOW>;
165 regulator-name = "VDD MCI1";
166 regulator-min-microvolt = <3300000>;
167 regulator-max-microvolt = <3300000>;
168 vin-supply = <&vcc_3v3_reg>;