[BACK]Return to sun50i-a64-bananapi-m64.dts CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / external / gpl2 / dts / dist / arch / arm64 / boot / dts / allwinner

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/allwinner/sun50i-a64-bananapi-m64.dts between version 1.1.1.3.2.2 and 1.1.1.4

version 1.1.1.3.2.2, 2017/12/03 11:38:27 version 1.1.1.4, 2018/04/28 18:25:53
Line 60 
Line 60 
                 stdout-path = "serial0:115200n8";                  stdout-path = "serial0:115200n8";
         };          };
   
           leds {
                   compatible = "gpio-leds";
   
                   pwr-led {
                           label = "bananapi-m64:red:pwr";
                           gpios = <&pio 3 24 GPIO_ACTIVE_HIGH>; /* PD24 */
                           default-state = "on";
                   };
   
                   green {
                           label = "bananapi-m64:green:user";
                           gpios = <&pio 4 14 GPIO_ACTIVE_HIGH>; /* PE14 */
                   };
   
                   blue {
                           label = "bananapi-m64:blue:user";
                           gpios = <&pio 4 15 GPIO_ACTIVE_HIGH>; /* PE15 */
                   };
           };
   
         wifi_pwrseq: wifi_pwrseq {          wifi_pwrseq: wifi_pwrseq {
                 compatible = "mmc-pwrseq-simple";                  compatible = "mmc-pwrseq-simple";
                 reset-gpios = <&r_pio 0 2 GPIO_ACTIVE_LOW>; /* PL2 */                  reset-gpios = <&r_pio 0 2 GPIO_ACTIVE_LOW>; /* PL2 */
Line 75 
Line 95 
         pinctrl-0 = <&rgmii_pins>;          pinctrl-0 = <&rgmii_pins>;
         phy-mode = "rgmii";          phy-mode = "rgmii";
         phy-handle = <&ext_rgmii_phy>;          phy-handle = <&ext_rgmii_phy>;
           phy-supply = <&reg_dc1sw>;
         status = "okay";          status = "okay";
 };  };
   
Line 99 
Line 120 
         pinctrl-names = "default";          pinctrl-names = "default";
         pinctrl-0 = <&mmc0_pins>;          pinctrl-0 = <&mmc0_pins>;
         vmmc-supply = <&reg_dcdc1>;          vmmc-supply = <&reg_dcdc1>;
         cd-gpios = <&pio 5 6 GPIO_ACTIVE_HIGH>;          cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>;
         cd-inverted;  
         disable-wp;          disable-wp;
         bus-width = <4>;          bus-width = <4>;
         status = "okay";          status = "okay";
Line 152 
Line 172 
   
 #include "axp803.dtsi"  #include "axp803.dtsi"
   
   &reg_aldo1 {
           /*
            * This regulator also drives the PE pingroup GPIOs,
            * which also controls two LEDs.
            */
           regulator-always-on;
           regulator-min-microvolt = <2800000>;
           regulator-max-microvolt = <2800000>;
           regulator-name = "afvcc-csi";
   };
   
 &reg_aldo2 {  &reg_aldo2 {
         regulator-always-on;          regulator-always-on;
         regulator-min-microvolt = <1800000>;          regulator-min-microvolt = <1800000>;
Line 167 
Line 198 
 };  };
   
 &reg_dc1sw {  &reg_dc1sw {
           /*
            * This regulator also indirectly drives the PD pingroup GPIOs,
            * which also controls the power LED.
            */
           regulator-always-on;
         regulator-name = "vcc-phy";          regulator-name = "vcc-phy";
 };  };
   

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

CVSweb <webmaster@jp.NetBSD.org>