[BACK]Return to sun8i-a33.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/sun8i-a33.dtsi between version 1.1.1.9 and 1.1.1.10

version 1.1.1.9, 2020/01/03 14:33:09 version 1.1.1.10, 2021/11/07 16:50:07
Line 189 
Line 189 
                 simple-audio-card,mclk-fs = <128>;                  simple-audio-card,mclk-fs = <128>;
                 simple-audio-card,aux-devs = <&codec_analog>;                  simple-audio-card,aux-devs = <&codec_analog>;
                 simple-audio-card,routing =                  simple-audio-card,routing =
                         "Left DAC", "AIF1 Slot 0 Left",                          "Left DAC", "DACL",
                         "Right DAC", "AIF1 Slot 0 Right";                          "Right DAC", "DACR";
                 status = "disabled";                  status = "disabled";
   
                 simple-audio-card,cpu {                  simple-audio-card,cpu {
Line 198 
Line 198 
                 };                  };
   
                 link_codec: simple-audio-card,codec {                  link_codec: simple-audio-card,codec {
                         sound-dai = <&codec>;                          sound-dai = <&codec 0>;
                 };                  };
         };          };
   
Line 215 
Line 215 
                 };                  };
   
                 crypto: crypto-engine@1c15000 {                  crypto: crypto-engine@1c15000 {
                         compatible = "allwinner,sun4i-a10-crypto";                          compatible = "allwinner,sun8i-a33-crypto";
                         reg = <0x01c15000 0x1000>;                          reg = <0x01c15000 0x1000>;
                         interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;                          interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
                         clocks = <&ccu CLK_BUS_SS>, <&ccu CLK_SS>;                          clocks = <&ccu CLK_BUS_SS>, <&ccu CLK_SS>;
Line 238 
Line 238 
                 };                  };
   
                 codec: codec@1c22e00 {                  codec: codec@1c22e00 {
                         #sound-dai-cells = <0>;                          #sound-dai-cells = <1>;
                         compatible = "allwinner,sun8i-a33-codec";                          compatible = "allwinner,sun8i-a33-codec";
                         reg = <0x01c22e00 0x400>;                          reg = <0x01c22e00 0x400>;
                         interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;                          interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
Line 288 
Line 288 
         };          };
   
         thermal-zones {          thermal-zones {
                 cpu_thermal {                  cpu-thermal {
                         /* milliseconds */                          /* milliseconds */
                         polling-delay-passive = <250>;                          polling-delay-passive = <250>;
                         polling-delay = <1000>;                          polling-delay = <1000>;
Line 372 
Line 372 
                       "ram", "sat";                        "ram", "sat";
         resets = <&ccu RST_BUS_DE_BE>, <&ccu RST_BUS_SAT>;          resets = <&ccu RST_BUS_DE_BE>, <&ccu RST_BUS_SAT>;
         reset-names = "be", "sat";          reset-names = "be", "sat";
         assigned-clocks = <&ccu CLK_DE_BE>;  
         assigned-clock-rates = <300000000>;  
 };  };
   
 &ccu {  &ccu {

Legend:
Removed from v.1.1.1.9  
changed lines
  Added in v.1.1.1.10

CVSweb <webmaster@jp.NetBSD.org>