.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * at91sam9261ek.dts - Device Tree file for Atmel at91sam9261 reference board |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2013 Jean-Jacques Hiblot <jjhiblot@traphandler.com> |
---|
5 | | - * |
---|
6 | | - * Licensed under GPLv2 only. |
---|
7 | 6 | */ |
---|
8 | 7 | /dts-v1/; |
---|
9 | 8 | #include "at91sam9261.dtsi" |
---|
.. | .. |
---|
15 | 14 | chosen { |
---|
16 | 15 | bootargs = "rootfstype=ubifs ubi.mtd=5 root=ubi0:rootfs rw"; |
---|
17 | 16 | stdout-path = "serial0:115200n8"; |
---|
18 | | - |
---|
19 | | - clocksource { |
---|
20 | | - timer = <&timer0>; |
---|
21 | | - }; |
---|
22 | | - |
---|
23 | | - clockevent { |
---|
24 | | - timer = <&timer1>; |
---|
25 | | - }; |
---|
26 | 17 | }; |
---|
27 | 18 | |
---|
28 | | - memory { |
---|
| 19 | + memory@20000000 { |
---|
29 | 20 | reg = <0x20000000 0x4000000>; |
---|
30 | 21 | }; |
---|
31 | 22 | |
---|
.. | .. |
---|
49 | 40 | atmel,power-control-gpio = <&pioA 12 GPIO_ACTIVE_LOW>; |
---|
50 | 41 | status = "okay"; |
---|
51 | 42 | |
---|
52 | | - display0: display { |
---|
| 43 | + display0: panel { |
---|
53 | 44 | bits-per-pixel = <16>; |
---|
54 | 45 | atmel,lcdcon-backlight; |
---|
55 | 46 | atmel,dmacon = <0x1>; |
---|
.. | .. |
---|
165 | 156 | compatible = "ti,ads7843"; |
---|
166 | 157 | interrupts-extended = <&pioC 2 IRQ_TYPE_EDGE_BOTH>; |
---|
167 | 158 | spi-max-frequency = <3000000>; |
---|
168 | | - pendown-gpio = <&pioC 2 GPIO_ACTIVE_HIGH>; |
---|
| 159 | + pendown-gpio = <&pioC 2 GPIO_ACTIVE_LOW>; |
---|
169 | 160 | |
---|
170 | 161 | ti,x-min = /bits/ 16 <150>; |
---|
171 | 162 | ti,x-max = /bits/ 16 <3830>; |
---|