[BACK]Return to am335x-evmsk.dts CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / external / gpl2 / dts / dist / arch / arm / boot / dts

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/am335x-evmsk.dts between version 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2018/06/27 16:27:06 version 1.1.1.4, 2019/01/22 14:57:02
Line 639 
Line 639 
         pinctrl-0 = <&davinci_mdio_default>;          pinctrl-0 = <&davinci_mdio_default>;
         pinctrl-1 = <&davinci_mdio_sleep>;          pinctrl-1 = <&davinci_mdio_sleep>;
         status = "okay";          status = "okay";
   
           ethphy0: ethernet-phy@0 {
                   reg = <0>;
           };
   
           ethphy1: ethernet-phy@1 {
                   reg = <1>;
           };
 };  };
   
 &cpsw_emac0 {  &cpsw_emac0 {
         phy_id = <&davinci_mdio>, <0>;          phy-handle = <&ethphy0>;
         phy-mode = "rgmii-txid";          phy-mode = "rgmii-txid";
         dual_emac_res_vlan = <1>;          dual_emac_res_vlan = <1>;
 };  };
   
 &cpsw_emac1 {  &cpsw_emac1 {
         phy_id = <&davinci_mdio>, <1>;          phy-handle = <&ethphy1>;
         phy-mode = "rgmii-txid";          phy-mode = "rgmii-txid";
         dual_emac_res_vlan = <2>;          dual_emac_res_vlan = <2>;
 };  };
Line 690 
Line 698 
                 compatible = "ti,wl1271";                  compatible = "ti,wl1271";
                 reg = <2>;                  reg = <2>;
                 interrupt-parent = <&gpio0>;                  interrupt-parent = <&gpio0>;
                 interrupts = <31 IRQ_TYPE_LEVEL_HIGH>; /* gpio 31 */                  interrupts = <31 IRQ_TYPE_EDGE_RISING>; /* gpio 31 */
                 ref-clock-frequency = <38400000>;                  ref-clock-frequency = <38400000>;
         };          };
 };  };

Legend:
Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4

CVSweb <webmaster@jp.NetBSD.org>