[BACK]Return to meson-gxbb-nexbox-a95x.dts CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / external / gpl2 / dts / dist / arch / arm64 / boot / dts / amlogic

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/arm64/boot/dts/amlogic/meson-gxbb-nexbox-a95x.dts between version 1.1.1.5.2.1 and 1.1.1.5.2.2

version 1.1.1.5.2.1, 2019/06/10 22:08:47 version 1.1.1.5.2.2, 2020/04/08 14:08:37
Line 75 
Line 75 
                 gpios-states = <1>;                  gpios-states = <1>;
   
                 /* Based on P200 schematics, signal CARD_1.8V/3.3V_CTR */                  /* Based on P200 schematics, signal CARD_1.8V/3.3V_CTR */
                 states = <1800000 0                  states = <1800000 0>,
                           3300000 1>;                           <3300000 1>;
         };          };
   
         vddio_boot: regulator-vddio_boot {          vddio_boot: regulator-vddio_boot {
Line 162 
Line 162 
         phy-handle = <&eth_phy0>;          phy-handle = <&eth_phy0>;
         phy-mode = "rmii";          phy-mode = "rmii";
   
         snps,reset-gpio = <&gpio GPIOZ_14 0>;  
         snps,reset-delays-us = <0 10000 1000000>;  
         snps,reset-active-low;  
   
         mdio {          mdio {
                 compatible = "snps,dwmac-mdio";                  compatible = "snps,dwmac-mdio";
                 #address-cells = <1>;                  #address-cells = <1>;
Line 174 
Line 170 
                 eth_phy0: ethernet-phy@0 {                  eth_phy0: ethernet-phy@0 {
                         /* IC Plus IP101GR (0x02430c54) */                          /* IC Plus IP101GR (0x02430c54) */
                         reg = <0>;                          reg = <0>;
   
                           reset-assert-us = <10000>;
                           reset-deassert-us = <10000>;
                           reset-gpios = <&gpio GPIOZ_14 GPIO_ACTIVE_LOW>;
                 };                  };
         };          };
 };  };
Line 220 
Line 220 
         non-removable;          non-removable;
         disable-wp;          disable-wp;
   
           /* WiFi firmware requires power to be kept while in suspend */
           keep-power-in-suspend;
   
         mmc-pwrseq = <&sdio_pwrseq>;          mmc-pwrseq = <&sdio_pwrseq>;
   
         vmmc-supply = <&vddao_3v3>;          vmmc-supply = <&vddao_3v3>;
Line 235 
Line 238 
   
         bus-width = <4>;          bus-width = <4>;
         cap-sd-highspeed;          cap-sd-highspeed;
         max-frequency = <100000000>;          max-frequency = <50000000>;
         disable-wp;          disable-wp;
   
         cd-gpios = <&gpio CARD_6 GPIO_ACTIVE_LOW>;          cd-gpios = <&gpio CARD_6 GPIO_ACTIVE_LOW>;

Legend:
Removed from v.1.1.1.5.2.1  
changed lines
  Added in v.1.1.1.5.2.2

CVSweb <webmaster@jp.NetBSD.org>