1 // SPDX-License-Identifier: GPL-2.0+
3 * at91-nattis-2-natte-2.dts - Device Tree file for the Linea/Nattis board
5 * Copyright (C) 2017 Axentia Technologies AB
7 * Author: Peter Rosin <peda@axentia.se>
10 #include "at91-linea.dtsi"
11 #include "at91-natte.dtsi"
14 model = "Axentia Linea-Nattis v2 Natte v2";
15 compatible = "axentia,nattis-2", "axentia,natte-2", "axentia,linea",
16 "atmel,sama5d31", "atmel,sama5d3", "atmel,sama5";
19 compatible = "gpio-keys";
25 gpios = <&pioB 27 GPIO_ACTIVE_LOW>;
29 panel_reg: panel-regulator {
30 compatible = "regulator-fixed";
31 regulator-name = "panel-VCC";
32 regulator-min-microvolt = <3300000>;
33 regulator-max-microvolt = <3300000>;
36 bl_reg: backlight-regulator {
37 compatible = "regulator-fixed";
38 regulator-name = "panel-VDD";
39 regulator-min-microvolt = <12000000>;
40 regulator-max-microvolt = <12000000>;
44 compatible = "pwm-backlight";
45 pwms = <&hlcdc_pwm 0 100000 0>;
47 brightness-levels = < 0 1 2 3 4 5 6 7 8 9
48 10 11 12 13 14 15 16 17 18 19
49 20 21 22 23 24 25 26 27 28 29
50 30 31 32 33 34 35 36 37 38 39
51 40 41 42 43 44 45 46 47 48 49
52 50 51 52 53 54 55 56 57 58 59
53 60 61 62 63 64 65 66 67 68 69
54 70 71 72 73 74 75 76 77 78 79
55 80 81 82 83 84 85 86 87 88 89
56 90 91 92 93 94 95 96 97 98 99
58 default-brightness-level = <40>;
60 power-supply = <&bl_reg>;
61 enable-gpios = <&pioA 20 GPIO_ACTIVE_HIGH>;
62 pinctrl-names = "default";
63 pinctrl-0 = <&pinctrl_blon>;
67 compatible = "sharp,lq150x1lg11", "panel-lvds";
69 backlight = <&panel_bl>;
70 power-supply = <&panel_reg>;
75 data-mapping = "jeida-18";
78 // 1024x768 @ 60Hz (typical)
79 clock-frequency = <50000000 65000000 80000000>;
82 hfront-porch = <48 88 88>;
83 hback-porch = <96 168 168>;
84 hsync-len = <32 64 64>;
85 vsync-len = <3 13 74>;
86 vfront-porch = <3 13 74>;
87 vback-porch = <3 12 74>;
91 panel_input: endpoint {
92 remote-endpoint = <&lvds_encoder_output>;
98 compatible = "ti,ds90c185", "lvds-encoder";
100 pinctrl-names = "default";
101 pinctrl-0 = <&pinctrl_lvds_prlud0 &pinctrl_lvds_hipow0>;
104 #address-cells = <1>;
110 lvds_encoder_input: endpoint {
111 remote-endpoint = <&hlcdc_output>;
118 lvds_encoder_output: endpoint {
119 remote-endpoint = <&panel_input>;
126 compatible = "simple-audio-card";
128 simple-audio-card,name = "nattis-tfa9879";
129 simple-audio-card,format = "i2s";
130 simple-audio-card,bitclock-master = <&cpu_dai>;
131 simple-audio-card,frame-master = <&cpu_dai>;
132 simple-audio-card,widgets = "Line", "Line Out Jack";
133 simple-audio-card,routing = "Line Out Jack", "LINEOUT";
135 cpu_dai: simple-audio-card,cpu {
139 simple-audio-card,codec {
147 pinctrl_usba_vbus: usba_vbus {
148 atmel,pins = <AT91_PIOD 28 AT91_PERIPH_GPIO
149 AT91_PINCTRL_DEGLITCH>;
152 pinctrl_mmc0_cd: mmc0_cd {
153 atmel,pins = <AT91_PIOD 5 AT91_PERIPH_GPIO
154 AT91_PINCTRL_PULL_UP_DEGLITCH>;
157 pinctrl_lvds_prlud0: lvds_prlud0 {
158 atmel,pins = <AT91_PIOA 21 AT91_PERIPH_GPIO
159 (AT91_PINCTRL_OUTPUT |
160 AT91_PINCTRL_OUTPUT_VAL(0))>;
163 pinctrl_lvds_hipow0: lvds_hipow0 {
164 atmel,pins = <AT91_PIOA 23 AT91_PERIPH_GPIO
165 (AT91_PINCTRL_OUTPUT |
166 AT91_PINCTRL_OUTPUT_VAL(0))>;
170 atmel,pins = <AT91_PIOA 20 AT91_PERIPH_GPIO
171 (AT91_PINCTRL_OUTPUT |
172 AT91_PINCTRL_OUTPUT_VAL(0))>;
184 clock-frequency = <100000>;
187 compatible = "nxp,se97b", "jedec,jc-42.4-temp";
189 smbus-timeout-disable;
193 compatible = "nxp,se97b", "atmel,24c02";
199 compatible = "nxp,tfa9879";
201 #sound-dai-cells = <0>;
208 atmel,clk-from-rk-pin;
209 #sound-dai-cells = <0>;
215 hlcdc-display-controller {
216 pinctrl-names = "default";
217 pinctrl-0 = <&pinctrl_lcd_base &pinctrl_lcd_rgb565>;
220 hlcdc_output: endpoint {
221 remote-endpoint = <&lvds_encoder_input>;
231 pinctrl-0 = <&pinctrl_mmc0_clk_cmd_dat0
238 cd-gpios = <&pioD 5 GPIO_ACTIVE_HIGH>;
246 pinctrl-names = "default";
247 pinctrl-0 = <&pinctrl_usart0>;
253 compatible = "fixed-partitions";
254 #address-cells = <1>;
258 label = "at91bootstrap";
264 reg = <0x40000 0x60000>;
268 label = "bareboxenv";
269 reg = <0xc0000 0x40000>;
273 label = "bareboxenv2";
274 reg = <0x100000 0x40000>;
279 reg = <0x180000 0x20000>;
284 reg = <0x200000 0x500000>;
289 reg = <0x800000 0x1f800000>;
303 atmel,vbus-gpio = <&pioD 28 GPIO_ACTIVE_HIGH>;
304 pinctrl-names = "default";
305 pinctrl-0 = <&pinctrl_usba_vbus>;