| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * MPC832x RDB Device Tree Source |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright 2007 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 as published by the |
|---|
| 8 | | - * Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 9 | | - * option) any later version. |
|---|
| 10 | 6 | */ |
|---|
| 11 | 7 | |
|---|
| 12 | 8 | /dts-v1/; |
|---|
| .. | .. |
|---|
| 253 | 249 | reg = <0x4c0 0x40>; |
|---|
| 254 | 250 | interrupts = <2>; |
|---|
| 255 | 251 | interrupt-parent = <&qeic>; |
|---|
| 256 | | - gpios = <&qe_pio_d 13 0>; |
|---|
| 252 | + cs-gpios = <&qe_pio_d 13 0>; |
|---|
| 257 | 253 | mode = "cpu-qe"; |
|---|
| 258 | 254 | |
|---|
| 259 | 255 | mmc-slot@0 { |
|---|
| .. | .. |
|---|
| 311 | 307 | compatible = "fsl,ucc-mdio"; |
|---|
| 312 | 308 | |
|---|
| 313 | 309 | phy00:ethernet-phy@0 { |
|---|
| 314 | | - interrupt-parent = <&ipic>; |
|---|
| 315 | | - interrupts = <0>; |
|---|
| 316 | 310 | reg = <0x0>; |
|---|
| 317 | 311 | }; |
|---|
| 318 | 312 | phy04:ethernet-phy@4 { |
|---|
| 319 | | - interrupt-parent = <&ipic>; |
|---|
| 320 | | - interrupts = <0>; |
|---|
| 321 | 313 | reg = <0x4>; |
|---|
| 322 | 314 | }; |
|---|
| 323 | 315 | }; |
|---|