| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * at91sam9263ek.dts - Device Tree file for Atmel at91sam9263 reference board |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> |
|---|
| 5 | | - * |
|---|
| 6 | | - * Licensed under GPLv2 only |
|---|
| 7 | 6 | */ |
|---|
| 8 | 7 | /dts-v1/; |
|---|
| 9 | 8 | #include "at91sam9263.dtsi" |
|---|
| .. | .. |
|---|
| 17 | 16 | stdout-path = "serial0:115200n8"; |
|---|
| 18 | 17 | }; |
|---|
| 19 | 18 | |
|---|
| 20 | | - memory { |
|---|
| 19 | + memory@20000000 { |
|---|
| 21 | 20 | reg = <0x20000000 0x4000000>; |
|---|
| 22 | 21 | }; |
|---|
| 23 | 22 | |
|---|
| .. | .. |
|---|
| 73 | 72 | &pinctrl_mmc0_clk |
|---|
| 74 | 73 | &pinctrl_mmc0_slot0_cmd_dat0 |
|---|
| 75 | 74 | &pinctrl_mmc0_slot0_dat1_3>; |
|---|
| 75 | + pinctrl-names = "default"; |
|---|
| 76 | 76 | status = "okay"; |
|---|
| 77 | 77 | slot@0 { |
|---|
| 78 | 78 | reg = <0>; |
|---|
| .. | .. |
|---|
| 111 | 111 | display = <&display0>; |
|---|
| 112 | 112 | status = "okay"; |
|---|
| 113 | 113 | |
|---|
| 114 | | - display0: display { |
|---|
| 114 | + display0: panel { |
|---|
| 115 | 115 | bits-per-pixel = <16>; |
|---|
| 116 | 116 | atmel,lcdcon-backlight; |
|---|
| 117 | 117 | atmel,dmacon = <0x1>; |
|---|