| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * at91-qil_a9260.dts - Device Tree file for Calao QIL A9260 board |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2011-2013 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> |
|---|
| 5 | | - * |
|---|
| 6 | | - * Licensed under GPLv2. |
|---|
| 7 | 6 | */ |
|---|
| 8 | 7 | /dts-v1/; |
|---|
| 9 | 8 | #include "at91sam9260.dtsi" |
|---|
| .. | .. |
|---|
| 15 | 14 | bootargs = "console=ttyS0,115200"; |
|---|
| 16 | 15 | }; |
|---|
| 17 | 16 | |
|---|
| 18 | | - memory { |
|---|
| 17 | + memory@20000000 { |
|---|
| 19 | 18 | reg = <0x20000000 0x4000000>; |
|---|
| 20 | 19 | }; |
|---|
| 21 | 20 | |
|---|
| .. | .. |
|---|
| 53 | 52 | &pinctrl_mmc0_clk |
|---|
| 54 | 53 | &pinctrl_mmc0_slot0_cmd_dat0 |
|---|
| 55 | 54 | &pinctrl_mmc0_slot0_dat1_3>; |
|---|
| 55 | + pinctrl-names = "default"; |
|---|
| 56 | 56 | status = "okay"; |
|---|
| 57 | 57 | slot@0 { |
|---|
| 58 | 58 | reg = <0>; |
|---|