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

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/marvell/armada-ap80x.dtsi between version 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2020/01/03 14:33:34 version 1.1.1.2, 2021/11/07 16:50:08
Line 56 
Line 56 
                         compatible = "simple-bus";                          compatible = "simple-bus";
                         ranges = <0x0 0x0 0xf0000000 0x1000000>;                          ranges = <0x0 0x0 0xf0000000 0x1000000>;
   
                           smmu: iommu@5000000 {
                                   compatible = "marvell,ap806-smmu-500", "arm,mmu-500";
                                   reg = <0x100000 0x100000>;
                                   dma-coherent;
                                   #iommu-cells = <1>;
                                   #global-interrupts = <1>;
                                   interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>,
                                                <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>,
                                                <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>,
                                                <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>,
                                                <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>,
                                                <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>,
                                                <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>,
                                                <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>,
                                                <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
                                   status = "disabled";
                           };
   
                         gic: interrupt-controller@210000 {                          gic: interrupt-controller@210000 {
                                 compatible = "arm,gic-400";                                  compatible = "arm,gic-400";
                                 #interrupt-cells = <3>;                                  #interrupt-cells = <3>;
Line 201 
Line 219 
                                 #address-cells = <1>;                                  #address-cells = <1>;
                                 #size-cells = <0>;                                  #size-cells = <0>;
                                 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;                                  interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
                                 timeout-ms = <1000>;  
                                 clocks = <&ap_clk 3>;                                  clocks = <&ap_clk 3>;
                                 status = "disabled";                                  status = "disabled";
                         };                          };
Line 264 
Line 281 
                                         gpio-controller;                                          gpio-controller;
                                         #gpio-cells = <2>;                                          #gpio-cells = <2>;
                                         gpio-ranges = <&ap_pinctrl 0 0 20>;                                          gpio-ranges = <&ap_pinctrl 0 0 20>;
                                           marvell,pwm-offset = <0x10c0>;
                                           #pwm-cells = <2>;
                                           clocks = <&ap_clk 3>;
                                 };                                  };
                         };                          };
   

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

CVSweb <webmaster@jp.NetBSD.org>