[BACK]Return to sun5i-a10s-wobo-i5.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/sun5i-a10s-wobo-i5.dts between version 1.1.1.4 and 1.1.1.5

version 1.1.1.4, 2018/04/28 18:25:53 version 1.1.1.5, 2019/05/25 11:29:15
Line 61 
Line 61 
   
         leds {          leds {
                 compatible = "gpio-leds";                  compatible = "gpio-leds";
                 pinctrl-names = "default";  
                 pinctrl-0 = <&led_pins_wobo_i5>;  
   
                 blue {                  blue {
                         label = "a10s-wobo-i5:blue:usr";                          label = "a10s-wobo-i5:blue:usr";
Line 73 
Line 71 
   
         reg_emac_3v3: emac-3v3 {          reg_emac_3v3: emac-3v3 {
                 compatible = "regulator-fixed";                  compatible = "regulator-fixed";
                 pinctrl-names = "default";  
                 pinctrl-0 = <&emac_power_pin_wobo>;  
                 regulator-name = "emac-3v3";                  regulator-name = "emac-3v3";
                 regulator-min-microvolt = <3300000>;                  regulator-min-microvolt = <3300000>;
                 regulator-max-microvolt = <3300000>;                  regulator-max-microvolt = <3300000>;
Line 94 
Line 90 
   
 &emac {  &emac {
         pinctrl-names = "default";          pinctrl-names = "default";
         pinctrl-0 = <&emac_pins_a>;          pinctrl-0 = <&emac_pd_pins>;
         phy = <&phy1>;          phy = <&phy1>;
         status = "okay";          status = "okay";
 };  };
Line 104 
Line 100 
 };  };
   
 &i2c0 {  &i2c0 {
         pinctrl-names = "default";  
         pinctrl-0 = <&i2c0_pins_a>;  
         status = "okay";          status = "okay";
   
         axp209: pmic@34 {          axp209: pmic@34 {
Line 126 
Line 120 
 };  };
   
 &mmc0 {  &mmc0 {
         pinctrl-names = "default";  
         pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_wobo_i5>;  
         vmmc-supply = <&reg_vcc3v3>;          vmmc-supply = <&reg_vcc3v3>;
         bus-width = <4>;          bus-width = <4>;
         cd-gpios = <&pio 1 3 GPIO_ACTIVE_LOW>; /* PB3 */          cd-gpios = <&pio 1 3 GPIO_ACTIVE_LOW>; /* PB3 */
Line 142 
Line 134 
         status = "okay";          status = "okay";
 };  };
   
 &pio {  
         led_pins_wobo_i5: led_pins@0 {  
                 pins = "PB2";  
                 function = "gpio_out";  
         };  
   
         mmc0_cd_pin_wobo_i5: mmc0_cd_pin@0 {  
                 pins = "PB3";  
                 function = "gpio_in";  
                 bias-pull-up;  
         };  
   
         emac_power_pin_wobo: emac_power_pin@0 {  
                 pins = "PA02";  
                 function = "gpio_out";  
         };  
 };  
   
 &reg_dcdc2 {  &reg_dcdc2 {
         regulator-always-on;          regulator-always-on;
         regulator-min-microvolt = <1000000>;          regulator-min-microvolt = <1000000>;
Line 206 
Line 180 
   
 &uart0 {  &uart0 {
         pinctrl-names = "default";          pinctrl-names = "default";
         pinctrl-0 = <&uart0_pins_a>;          pinctrl-0 = <&uart0_pb_pins>;
         status = "okay";          status = "okay";
 };  };
   

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

CVSweb <webmaster@jp.NetBSD.org>