[BACK]Return to am43x-epos-evm.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/am43x-epos-evm.dts between version 1.1.1.1.6.2 and 1.1.1.2

version 1.1.1.1.6.2, 2017/08/28 17:52:35 version 1.1.1.2, 2017/10/28 10:30:31
Line 388 
Line 388 
         pinctrl-0 = <&cpsw_default>;          pinctrl-0 = <&cpsw_default>;
         pinctrl-1 = <&cpsw_sleep>;          pinctrl-1 = <&cpsw_sleep>;
         status = "okay";          status = "okay";
           slaves = <1>;
 };  };
   
 &davinci_mdio {  &davinci_mdio {
Line 402 
Line 403 
         phy-mode = "rmii";          phy-mode = "rmii";
 };  };
   
 &cpsw_emac1 {  
         phy_id = <&davinci_mdio>, <1>;  
         phy-mode = "rmii";  
 };  
   
 &phy_sel {  &phy_sel {
         rmii-clock-ext;          rmii-clock-ext;
 };  };
Line 442 
Line 438 
   
                 dcdc3: regulator-dcdc3 {                  dcdc3: regulator-dcdc3 {
                         regulator-name = "vdcdc3";                          regulator-name = "vdcdc3";
                         regulator-min-microvolt = <1500000>;  
                         regulator-max-microvolt = <1500000>;  
                         regulator-boot-on;                          regulator-boot-on;
                         regulator-always-on;                          regulator-always-on;
                 };                  };
Line 477 
Line 471 
         };          };
   
         at24@50 {          at24@50 {
                 compatible = "at24,24c256";                  compatible = "atmel,24c256";
                 pagesize = <64>;                  pagesize = <64>;
                 reg = <0x50>;                  reg = <0x50>;
         };          };
Line 566 
Line 560 
                 interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */                  interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */
                              <1 IRQ_TYPE_NONE>; /* termcount */                               <1 IRQ_TYPE_NONE>; /* termcount */
                 rb-gpios = <&gpmc 0 GPIO_ACTIVE_HIGH>;  /* gpmc_wait0 */                  rb-gpios = <&gpmc 0 GPIO_ACTIVE_HIGH>;  /* gpmc_wait0 */
                   ti,nand-xfer-type = "prefetch-dma";
                 ti,nand-ecc-opt = "bch16";                  ti,nand-ecc-opt = "bch16";
                 ti,elm-id = <&elm>;                  ti,elm-id = <&elm>;
                 nand-bus-width = <8>;                  nand-bus-width = <8>;

Legend:
Removed from v.1.1.1.1.6.2  
changed lines
  Added in v.1.1.1.2

CVSweb <webmaster@jp.NetBSD.org>