[BACK]Return to axp803.dtsi 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/axp803.dtsi between version 1.1.1.2 and 1.1.1.2.2.2

version 1.1.1.2, 2018/06/27 16:27:08 version 1.1.1.2.2.2, 2020/04/08 14:08:37
Line 49 
Line 49 
         interrupt-controller;          interrupt-controller;
         #interrupt-cells = <1>;          #interrupt-cells = <1>;
   
           ac_power_supply: ac-power-supply {
                   compatible = "x-powers,axp803-ac-power-supply",
                                "x-powers,axp813-ac-power-supply";
                   status = "disabled";
           };
   
           axp_adc: adc {
                   compatible = "x-powers,axp803-adc", "x-powers,axp813-adc";
                   #io-channel-cells = <1>;
           };
   
           axp_gpio: gpio {
                   compatible = "x-powers,axp803-gpio", "x-powers,axp813-gpio";
                   gpio-controller;
                   #gpio-cells = <2>;
   
                   gpio0_ldo: gpio0-ldo {
                           pins = "GPIO0";
                           function = "ldo";
                   };
   
                   gpio1_ldo: gpio1-ldo {
                           pins = "GPIO1";
                           function = "ldo";
                   };
           };
   
           battery_power_supply: battery-power-supply {
                   compatible = "x-powers,axp803-battery-power-supply",
                                "x-powers,axp813-battery-power-supply";
                   status = "disabled";
           };
   
         regulators {          regulators {
                 /* Default work frequency for buck regulators */                  /* Default work frequency for buck regulators */
                 x-powers,dcdc-freq = <3000>;                  x-powers,dcdc-freq = <3000>;
Line 152 
Line 185 
                         status = "disabled";                          status = "disabled";
                 };                  };
         };          };
   
           usb_power_supply: usb-power-supply {
                   compatible = "x-powers,axp803-usb-power-supply",
                                "x-powers,axp813-usb-power-supply";
                   status = "disabled";
           };
 };  };

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

CVSweb <webmaster@jp.NetBSD.org>