diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2019-01-11 09:40:34 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2019-01-11 09:40:34 +0000 |
commit | 1f041ae1413da439824781499ad653965fc07cb5 (patch) | |
tree | 7656d45c575854c51762a73d115f078dec759a73 /sys/gnu/dts/arm/am335x-pdu001.dts | |
parent | 3dd1a009cd9ad1adf8ac0f63147395037938d82a (diff) | |
parent | a31d1ff13cd8d70944a6446c0e2478d7f25b53e7 (diff) | |
download | src-test2-1f041ae1413da439824781499ad653965fc07cb5.tar.gz src-test2-1f041ae1413da439824781499ad653965fc07cb5.zip |
Notes
Diffstat (limited to 'sys/gnu/dts/arm/am335x-pdu001.dts')
-rw-r--r-- | sys/gnu/dts/arm/am335x-pdu001.dts | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/sys/gnu/dts/arm/am335x-pdu001.dts b/sys/gnu/dts/arm/am335x-pdu001.dts index 1ad530a39a95..6dd9d487aaeb 100644 --- a/sys/gnu/dts/arm/am335x-pdu001.dts +++ b/sys/gnu/dts/arm/am335x-pdu001.dts @@ -373,7 +373,7 @@ ti,pindir-d0-out-d1-in; status = "okay"; - cfaf240320a032t { + display-controller@0 { compatible = "orisetech,otm3225a"; reg = <0>; spi-max-frequency = <1000000>; @@ -533,16 +533,24 @@ pinctrl-names = "default"; pinctrl-0 = <&davinci_mdio_default>; status = "okay"; + + ethphy0: ethernet-phy@0 { + reg = <0>; + }; + + ethphy1: ethernet-phy@1 { + reg = <1>; + }; }; &cpsw_emac0 { - phy_id = <&davinci_mdio>, <0>; + phy-handle = <ðphy0>; phy-mode = "mii"; dual_emac_res_vlan = <1>; }; &cpsw_emac1 { - phy_id = <&davinci_mdio>, <1>; + phy-handle = <ðphy1>; phy-mode = "mii"; dual_emac_res_vlan = <2>; }; |