| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * MPC8610 HPCD Device Tree Source |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright 2007-2008 Freescale Semiconductor Inc. |
|---|
| 5 | | - * |
|---|
| 6 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 7 | | - * under the terms of the GNU General Public License Version 2 as published |
|---|
| 8 | | - * by the Free Software Foundation. |
|---|
| 9 | 6 | */ |
|---|
| 10 | 7 | |
|---|
| 11 | 8 | /dts-v1/; |
|---|
| .. | .. |
|---|
| 203 | 200 | interrupts = <59 2>; |
|---|
| 204 | 201 | interrupt-parent = <&mpic>; |
|---|
| 205 | 202 | mode = "cpu"; |
|---|
| 206 | | - gpios = <&sdcsr_pio 7 0>; |
|---|
| 203 | + cs-gpios = <&sdcsr_pio 7 0>; |
|---|
| 207 | 204 | sleep = <&pmc 0x00000800 0>; |
|---|
| 208 | 205 | |
|---|
| 209 | 206 | mmc-slot@0 { |
|---|