| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * pm9g45.dts - Device Tree file for Ronetix pm9g45 board |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> |
|---|
| 5 | | - * |
|---|
| 6 | | - * Licensed under GPLv2. |
|---|
| 7 | 6 | */ |
|---|
| 8 | 7 | /dts-v1/; |
|---|
| 9 | 8 | #include "at91sam9g45.dtsi" |
|---|
| .. | .. |
|---|
| 16 | 15 | bootargs = "console=ttyS0,115200"; |
|---|
| 17 | 16 | }; |
|---|
| 18 | 17 | |
|---|
| 19 | | - memory { |
|---|
| 18 | + memory@70000000 { |
|---|
| 20 | 19 | reg = <0x70000000 0x8000000>; |
|---|
| 21 | 20 | }; |
|---|
| 22 | 21 | |
|---|
| .. | .. |
|---|
| 69 | 68 | &pinctrl_board_mmc |
|---|
| 70 | 69 | &pinctrl_mmc0_slot0_clk_cmd_dat0 |
|---|
| 71 | 70 | &pinctrl_mmc0_slot0_dat1_3>; |
|---|
| 71 | + pinctrl-names = "default"; |
|---|
| 72 | 72 | status = "okay"; |
|---|
| 73 | 73 | slot@0 { |
|---|
| 74 | 74 | reg = <0>; |
|---|