[BACK]Return to juno-motherboard.dtsi CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / external / gpl2 / dts / dist / arch / arm64 / boot / dts / arm

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/arm/juno-motherboard.dtsi between version 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2017/07/27 18:10:47 version 1.1.1.3, 2018/06/27 16:27:08
Line 7 
Line 7 
  *   *
  */   */
   
   / {
           smb@8000000 {
                 mb_clk24mhz: clk24mhz {                  mb_clk24mhz: clk24mhz {
                         compatible = "fixed-clock";                          compatible = "fixed-clock";
                         #clock-cells = <0>;                          #clock-cells = <0>;
Line 54 
Line 56 
                                 regulator-always-on;                                  regulator-always-on;
                         };                          };
   
                         gpio_keys {                          gpio-keys {
                                 compatible = "gpio-keys";                                  compatible = "gpio-keys";
                                 #address-cells = <1>;  
                                 #size-cells = <0>;  
   
                                 power-button {                                  power-button {
                                         debounce_interval = <50>;                                          debounce-interval = <50>;
                                         wakeup-source;                                          wakeup-source;
                                         linux,code = <116>;                                          linux,code = <116>;
                                         label = "POWER";                                          label = "POWER";
                                         gpios = <&iofpga_gpio0 0 0x4>;                                          gpios = <&iofpga_gpio0 0 0x4>;
                                 };                                  };
                                 home-button {                                  home-button {
                                         debounce_interval = <50>;                                          debounce-interval = <50>;
                                         wakeup-source;                                          wakeup-source;
                                         linux,code = <102>;                                          linux,code = <102>;
                                         label = "HOME";                                          label = "HOME";
                                         gpios = <&iofpga_gpio0 1 0x4>;                                          gpios = <&iofpga_gpio0 1 0x4>;
                                 };                                  };
                                 rlock-button {                                  rlock-button {
                                         debounce_interval = <50>;                                          debounce-interval = <50>;
                                         wakeup-source;                                          wakeup-source;
                                         linux,code = <152>;                                          linux,code = <152>;
                                         label = "RLOCK";                                          label = "RLOCK";
                                         gpios = <&iofpga_gpio0 2 0x4>;                                          gpios = <&iofpga_gpio0 2 0x4>;
                                 };                                  };
                                 vol-up-button {                                  vol-up-button {
                                         debounce_interval = <50>;                                          debounce-interval = <50>;
                                         wakeup-source;                                          wakeup-source;
                                         linux,code = <115>;                                          linux,code = <115>;
                                         label = "VOL+";                                          label = "VOL+";
                                         gpios = <&iofpga_gpio0 3 0x4>;                                          gpios = <&iofpga_gpio0 3 0x4>;
                                 };                                  };
                                 vol-down-button {                                  vol-down-button {
                                         debounce_interval = <50>;                                          debounce-interval = <50>;
                                         wakeup-source;                                          wakeup-source;
                                         linux,code = <114>;                                          linux,code = <114>;
                                         label = "VOL-";                                          label = "VOL-";
                                         gpios = <&iofpga_gpio0 4 0x4>;                                          gpios = <&iofpga_gpio0 4 0x4>;
                                 };                                  };
                                 nmi-button {                                  nmi-button {
                                         debounce_interval = <50>;                                          debounce-interval = <50>;
                                         wakeup-source;                                          wakeup-source;
                                         linux,code = <99>;                                          linux,code = <99>;
                                         label = "NMI";                                          label = "NMI";
Line 289 
Line 289 
                                 };                                  };
                         };                          };
                 };                  };
           };
   };

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

CVSweb <webmaster@jp.NetBSD.org>