.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright 2017 Luxul Inc. |
---|
3 | | - * |
---|
4 | | - * Licensed under the ISC license. |
---|
5 | 4 | */ |
---|
6 | 5 | |
---|
7 | 6 | /dts-v1/; |
---|
.. | .. |
---|
16 | 15 | bootargs = "earlycon"; |
---|
17 | 16 | }; |
---|
18 | 17 | |
---|
19 | | - memory { |
---|
| 18 | + memory@0 { |
---|
| 19 | + device_type = "memory"; |
---|
20 | 20 | reg = <0x00000000 0x08000000>; |
---|
21 | 21 | }; |
---|
22 | 22 | |
---|
.. | .. |
---|
38 | 38 | |
---|
39 | 39 | gpio-keys { |
---|
40 | 40 | compatible = "gpio-keys"; |
---|
41 | | - #address-cells = <1>; |
---|
42 | | - #size-cells = <0>; |
---|
43 | 41 | |
---|
44 | 42 | restart { |
---|
45 | 43 | label = "Reset"; |
---|
.. | .. |
---|
48 | 46 | }; |
---|
49 | 47 | }; |
---|
50 | 48 | }; |
---|
| 49 | + |
---|
| 50 | +&gmac0 { |
---|
| 51 | + phy-mode = "rgmii"; |
---|
| 52 | + phy-handle = <&bcm54210e>; |
---|
| 53 | + |
---|
| 54 | + mdio { |
---|
| 55 | + /delete-node/ switch@1e; |
---|
| 56 | + |
---|
| 57 | + bcm54210e: ethernet-phy@0 { |
---|
| 58 | + reg = <0>; |
---|
| 59 | + }; |
---|
| 60 | + }; |
---|
| 61 | +}; |
---|