mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
18 lines
333 B
Plaintext
18 lines
333 B
Plaintext
|
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
||
|
/*
|
||
|
* Copyright (C) 2023 SmartRG Inc.
|
||
|
* Author: Chad Monroe <chad.monroe@smartrg.com>
|
||
|
*/
|
||
|
|
||
|
#include "mt7988a-smartrg-mt-stuart.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "SmartRG SDG-8733";
|
||
|
compatible = "smartrg,sdg-8733", "mediatek,mt7988a";
|
||
|
};
|
||
|
|
||
|
&gmac1 {
|
||
|
phy-connection-type = "usxgmii";
|
||
|
phy = <&phy0>;
|
||
|
};
|