forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
kernel/arch/arm/boot/dts/bcm47189-luxul-xap-810.dts
....@@ -1,7 +1,6 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
12 /*
23 * Copyright 2017 Luxul Inc.
3
- *
4
- * Licensed under the ISC license.
54 */
65
76 /dts-v1/;
....@@ -16,7 +15,8 @@
1615 bootargs = "earlycon";
1716 };
1817
19
- memory {
18
+ memory@0 {
19
+ device_type = "memory";
2020 reg = <0x00000000 0x08000000>;
2121 };
2222
....@@ -48,8 +48,6 @@
4848
4949 gpio-keys {
5050 compatible = "gpio-keys";
51
- #address-cells = <1>;
52
- #size-cells = <0>;
5351
5452 restart {
5553 label = "Reset";
....@@ -85,3 +83,16 @@
8583 };
8684 };
8785 };
86
+
87
+&gmac0 {
88
+ phy-mode = "rgmii";
89
+ phy-handle = <&bcm54210e>;
90
+
91
+ mdio {
92
+ /delete-node/ switch@1e;
93
+
94
+ bcm54210e: ethernet-phy@0 {
95
+ reg = <0>;
96
+ };
97
+ };
98
+};