phy-handle = <ðphy0>; status = "okay"; }; /*---以下内容省略---*/ imx6ull.dtsi头文件 (内核源码/arch/arm/boot/dts/imx6ull.dtsi): cpus { #address-cells = <1>; #size-cells = <0>; cpu0: cpu@0 { compatible = "arm,cortex-a7"; device_type = "cpu"; /*---以下内容省...
其中system-user.dtsi是主要修改的文件,该文件中的内容具有更好优先级。 例如要增加phy芯片信息,可以在system-user.dtsi增加如下内容。 /dts-v1/;/include/"system-conf.dtsi"/ { }; &gem0 { phy-handle = <&phy0>; ps7_ethernet_0_mdio: mdio { phy0: phy@7{ compatible ="marvell,88e1116r";...
35 #size-cells = <0>; 36 phy1:phy@4 { 37 reg = <0x4>; /* YT8521 phy address */ 38 }; 39 gmii_to_rgmii_0: gmii_to_rgmii_0@0 { 40 compatible = "xlnx,gmii-to-rgmii-1.0"; 41 phy-handle = <&phy1>; 42 reg = <0>; 43 }; 44 }; 45 }; 46 47 &sdhci0 { 48 m...
phy-handle = <&phy>;};};只有一个GEM1总线 PHY 0x00:OUI = 0x5043,型号= 0x1D,Rev = 0x...
phy-handle = <ðphy0>; status = "okay"; }; 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 5.4 节点命令 基本方法 node-name@unit-address{ 属性1 = … 属性2 = … 属性3= … 子节点… }
phy-mode = "rgmii-id"; xlnx,ptp-enet-clock = <0x69f6bcb>; phy-handle = <ðernet_phy>; ethernet_phy: ethernet-phy@0 { reg = <0>; device_type = "ethernet-phy"; }; }; &gpio0 { emio-gpio-width = <64>; gpio-mask-high = <0x0>; gpio-mask-low = <0x...
{/*dc-supply = < _gpio_dvfs>;*/clock-frequency=<800000000>;};&clks{assigned-clocks=<&clksIMX6UL_CLK_PLL4_AUDIO_DIV>;assigned-clock-rates=<786432000>;};&fec1{pinctrl-names="default";pinctrl-0=<&pinctrl_enet1>;phy-mode="rmii";phy-handle=<ðphy0>;status="okay";};/*---以下...
37 reg = <0x4>; /* YT8521 phy address */ 38 }; 39 gmii_to_rgmii_0: gmii_to_rgmii_0@0 { 40 compatible = "xlnx,gmii-to-rgmii-1.0"; 41 phy-handle = <&phy1>; 42 reg = <0>; 43 }; 44 }; ...
phy-handle = 《&phy0》; ps7_ethernet_0_mdio: mdio { phy0: phy@7 { compatible = “marvell,88e1116r”; device_type = “ethernet-phy”; reg = 《7》; }; }; }; gpio-leds { compatible = “gpio-leds”; led-ds23 { label = “led-ds23”; ...
[ 1.578211] cpsw 4a100000.ethernet: No slave[1] phy_id, phy-handle, or fixed-link property [ 1.587126] cpsw 4a100000.ethernet: Detected MACID = 98:5d:ad:b6:29:04 [ 1.594314] cpsw 4a100000.ethernet: cpts: overflow check period 500 (jiffies) ...