| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * at91-foxg20.dts - Device Tree file for Acme Systems FoxG20 board |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Based on DT files for at91sam9g20ek evaluation board (AT91SAM9G20 SoC) |
|---|
| 5 | 6 | * |
|---|
| 6 | 7 | * Copyright (C) 2013 Douglas Gilbert <dgilbert@interlog.com> |
|---|
| 7 | | - * |
|---|
| 8 | | - * Licensed under GPLv2 or later. |
|---|
| 9 | 8 | */ |
|---|
| 10 | 9 | /dts-v1/; |
|---|
| 11 | 10 | #include "at91sam9g20.dtsi" |
|---|
| .. | .. |
|---|
| 18 | 17 | bootargs = "console=ttyS0,115200 root=/dev/mmcblk0p2 rw rootwait"; |
|---|
| 19 | 18 | }; |
|---|
| 20 | 19 | |
|---|
| 21 | | - memory { |
|---|
| 20 | + memory@20000000 { |
|---|
| 22 | 21 | reg = <0x20000000 0x4000000>; |
|---|
| 23 | 22 | }; |
|---|
| 24 | 23 | |
|---|
| .. | .. |
|---|
| 56 | 55 | &pinctrl_mmc0_clk |
|---|
| 57 | 56 | &pinctrl_mmc0_slot1_cmd_dat0 |
|---|
| 58 | 57 | &pinctrl_mmc0_slot1_dat1_3>; |
|---|
| 58 | + pinctrl-names = "default"; |
|---|
| 59 | 59 | status = "okay"; |
|---|
| 60 | 60 | |
|---|
| 61 | 61 | slot@1 { |
|---|