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

version 1.1.1.2, 2017/10/28 10:30:31 version 1.1.1.2.4.1, 2018/07/28 04:38:01
Line 31 
Line 31 
                 #address-cells = <1>;                  #address-cells = <1>;
                 #size-cells = <0>;                  #size-cells = <0>;
   
                 cpu@0 {                  cpu0: cpu@0 {
                         device_type = "cpu";                          device_type = "cpu";
                         compatible = "arm,cortex-a9";                          compatible = "arm,cortex-a9";
                         reg = <0>;                          reg = <0>;
                         clock-frequency = <533000000>;                          clock-frequency = <533000000>;
                 };                  };
                 cpu@1 {                  cpu1: cpu@1 {
                         device_type = "cpu";                          device_type = "cpu";
                         compatible = "arm,cortex-a9";                          compatible = "arm,cortex-a9";
                         reg = <1>;                          reg = <1>;
Line 57 
Line 57 
                 compatible = "arm,cortex-a9-pmu";                  compatible = "arm,cortex-a9-pmu";
                 interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>,                  interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>,
                              <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>;                               <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>;
                   interrupt-affinity = <&cpu0>, <&cpu1>;
         };          };
   
         clocks@e0110000 {          clocks@e0110000 {

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

CVSweb <webmaster@jp.NetBSD.org>