[BACK]Return to sun8i-h2-plus-bananapi-m2-zero.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/sun8i-h2-plus-bananapi-m2-zero.dts between version 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2020/01/03 14:33:27 version 1.1.1.4, 2021/11/07 16:50:02
Line 26 
Line 26 
                 stdout-path = "serial0:115200n8";                  stdout-path = "serial0:115200n8";
         };          };
   
           connector {
                   compatible = "hdmi-connector";
                   type = "c";
   
                   port {
                           hdmi_con_in: endpoint {
                                   remote-endpoint = <&hdmi_out_con>;
                           };
                   };
           };
   
         leds {          leds {
                 compatible = "gpio-leds";                  compatible = "gpio-leds";
   
                 pwr_led {                  pwr_led {
                         label = "bananapi-m2-zero:red:pwr";                          label = "bananapi-m2-zero:red:pwr";
                         gpios = <&r_pio 0 10 GPIO_ACTIVE_HIGH>; /* PL10 */                          gpios = <&r_pio 0 10 GPIO_ACTIVE_LOW>; /* PL10 */
                         default-state = "on";                          default-state = "on";
                 };                  };
         };          };
Line 62 
Line 73 
                 states = <1100000 0>, <1300000 1>;                  states = <1100000 0>, <1300000 1>;
         };          };
   
           reg_vcc_dram: vcc-dram {
                   compatible = "regulator-fixed";
                   regulator-name = "vcc-dram";
                   regulator-min-microvolt = <1500000>;
                   regulator-max-microvolt = <1500000>;
                   regulator-always-on;
                   regulator-boot-on;
                   enable-active-high;
                   gpio = <&r_pio 0 9 GPIO_ACTIVE_HIGH>; /* PL9 */
                   vin-supply = <&reg_vcc5v0>;
           };
   
           reg_vcc1v2: vcc1v2 {
                   compatible = "regulator-fixed";
                   regulator-name = "vcc1v2";
                   regulator-min-microvolt = <1200000>;
                   regulator-max-microvolt = <1200000>;
                   regulator-always-on;
                   regulator-boot-on;
                   enable-active-high;
                   gpio = <&r_pio 0 8 GPIO_ACTIVE_HIGH>; /* PL8 */
                   vin-supply = <&reg_vcc5v0>;
           };
   
           poweroff {
                   compatible = "regulator-poweroff";
                   cpu-supply = <&reg_vcc1v2>;
           };
   
         wifi_pwrseq: wifi_pwrseq {          wifi_pwrseq: wifi_pwrseq {
                 compatible = "mmc-pwrseq-simple";                  compatible = "mmc-pwrseq-simple";
                 reset-gpios = <&r_pio 0 7 GPIO_ACTIVE_LOW>; /* PL7 */                  reset-gpios = <&r_pio 0 7 GPIO_ACTIVE_LOW>; /* PL7 */
Line 74 
Line 114 
         cpu-supply = <&reg_vdd_cpux>;          cpu-supply = <&reg_vdd_cpux>;
 };  };
   
   &de {
           status = "okay";
   };
   
 &ehci0 {  &ehci0 {
         status = "okay";          status = "okay";
 };  };
   
   &hdmi {
           status = "okay";
   };
   
   &hdmi_out {
           hdmi_out_con: endpoint {
                   remote-endpoint = <&hdmi_con_in>;
           };
   };
   
 &mmc0 {  &mmc0 {
         vmmc-supply = <&reg_vcc3v3>;          vmmc-supply = <&reg_vcc3v3>;
         bus-width = <4>;          bus-width = <4>;
Line 125 
Line 179 
   
         bluetooth {          bluetooth {
                 compatible = "brcm,bcm43438-bt";                  compatible = "brcm,bcm43438-bt";
                   max-speed = <1500000>;
                 clocks = <&rtc 1>;                  clocks = <&rtc 1>;
                 clock-names = "lpo";                  clock-names = "lpo";
                 vbat-supply = <&reg_vcc3v3>;                  vbat-supply = <&reg_vcc3v3>;
Line 136 
Line 191 
   
 };  };
   
   &pio {
           gpio-line-names =
                   /* PA */
                   "CON2-P13", "CON2-P11", "CON2-P22", "CON2-P15",
                           "CON3-P03", "CON3-P02", "CON2-P07", "CON2-P29",
                   "CON2-P31", "CON2-P33", "CON2-P35", "CON2-P05",
                           "CON2-P03", "CON2-P08", "CON2-P10", "CON2-P16",
                   "CON2-P12", "CON2-P37", "CON2-P28", "CON2-P27",
                           "CON2-P40", "CON2-P38", "", "",
                   "", "", "", "", "", "", "", "",
   
                   /* PB */
                   "", "", "", "", "", "", "", "",
                   "", "", "", "", "", "", "", "",
                   "", "", "", "", "", "", "", "",
                   "", "", "", "", "", "", "", "",
   
                   /* PC */
                   "CON2-P19", "CON2-P21", "CON2-P23", "CON2-P24",
                           "CON2-P18", "", "", "CON2-P26",
                   "", "", "", "", "", "", "", "",
                   "", "", "", "", "", "", "", "",
                   "", "", "", "", "", "", "", "",
   
                   /* PD */
                   "", "", "", "", "", "", "", "",
                   "", "", "", "", "", "", "CSI-PWR-EN", "",
                   "", "", "", "", "", "", "", "",
                   "", "", "", "", "", "", "", "",
   
                   /* PE */
                   "CN3-P17", "CN3-P13", "CN3-P09", "CN3-P07",
                           "CN3-P19", "CN3-P21", "CN3-P22", "CN3-P20",
                   "CN3-P18", "CN3-P16", "CN3-P14", "CN3-P12",
                           "CN3-P05", "CN3-P03", "CN3-P06", "CN3-P08",
                   "", "", "", "", "", "", "", "",
                   "", "", "", "", "", "", "", "",
   
                   /* PF */
                   "SDC0-D1", "SDC0-D0", "SDC0-CLK", "SDC0-CMD", "SDC0-D3",
                           "SDC0-D2", "SDC0-DET", "",
                   "", "", "", "", "", "", "", "",
                   "", "", "", "", "", "", "", "",
                   "", "", "", "", "", "", "", "",
   
                   /* PG */
                   "WL-SDIO-CLK", "WL-SDIO-CMD", "WL-SDIO-D0", "WL-SDIO-D1",
                           "WL-SDIO-D2", "WL-SDIO-D3", "BT-UART-TX", "BT-UART-RX",
                   "BT-UART-RTS", "BT-UART-CTS", "WL-WAKE-AP", "BT-WAKE-AP",
                           "BT-RST-N", "AP-WAKE-BT", "", "",
                   "", "", "", "", "", "", "", "",
                   "", "", "", "", "", "", "", "";
   };
   
   &r_pio {
           gpio-line-names =
                   /* PL */
                   "", "CPUX-SET", "CON2-P32", "POWER-KEY", "CON2-P36",
                           "VCC-IO-EN", "USB0-ID", "WL-PWR-EN",
                   "PWR-STB", "PWR-DRAM", "PWR-LED", "IR-RX", "", "", "", "",
                   "", "", "", "", "", "", "", "",
                   "", "", "", "", "", "", "", "";
   };
   
 &usb_otg {  &usb_otg {
         dr_mode = "otg";          dr_mode = "otg";
         status = "okay";          status = "okay";

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

CVSweb <webmaster@jp.NetBSD.org>