| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * at91-sam9_l9260.dts - Device Tree file for Olimex SAM9-L9260 board |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2016 Raashid Muhammed <raashidmuhammed@zilogic.com> |
|---|
| 5 | | - * |
|---|
| 6 | | - * Licensed under GPLv2 or later. |
|---|
| 7 | 6 | */ |
|---|
| 8 | 7 | /dts-v1/; |
|---|
| 9 | 8 | #include "at91sam9260.dtsi" |
|---|
| .. | .. |
|---|
| 16 | 15 | stdout-path = "serial0:115200n8"; |
|---|
| 17 | 16 | }; |
|---|
| 18 | 17 | |
|---|
| 19 | | - memory { |
|---|
| 18 | + memory@20000000 { |
|---|
| 20 | 19 | reg = <0x20000000 0x4000000>; |
|---|
| 21 | 20 | }; |
|---|
| 22 | 21 | |
|---|
| .. | .. |
|---|
| 50 | 49 | &pinctrl_mmc0_clk |
|---|
| 51 | 50 | &pinctrl_mmc0_slot1_cmd_dat0 |
|---|
| 52 | 51 | &pinctrl_mmc0_slot1_dat1_3>; |
|---|
| 52 | + pinctrl-names = "default"; |
|---|
| 53 | 53 | status = "okay"; |
|---|
| 54 | 54 | |
|---|
| 55 | 55 | slot@1 { |
|---|