ar9132.dtsi (245f0db0de926601353776085e6f6a4c974c5615) | ar9132.dtsi (2b885ea66f4cb15cc3812dc90ddfb3b6b0567561) |
---|---|
1/ { 2 compatible = "qca,ar9132"; 3 4 #address-cells = <1>; 5 #size-cells = <1>; 6 7 cpus { 8 #address-cells = <1>; --- 69 unchanged lines hidden (view full) --- 78 gpio-controller; 79 #gpio-cells = <2>; 80 81 interrupt-controller; 82 #interrupt-cells = <2>; 83 }; 84 85 pll: pll-controller@18050000 { | 1/ { 2 compatible = "qca,ar9132"; 3 4 #address-cells = <1>; 5 #size-cells = <1>; 6 7 cpus { 8 #address-cells = <1>; --- 69 unchanged lines hidden (view full) --- 78 gpio-controller; 79 #gpio-cells = <2>; 80 81 interrupt-controller; 82 #interrupt-cells = <2>; 83 }; 84 85 pll: pll-controller@18050000 { |
86 compatible = "qca,ar9132-ppl", | 86 compatible = "qca,ar9132-pll", |
87 "qca,ar9130-pll"; 88 reg = <0x18050000 0x20>; 89 90 clock-names = "ref"; 91 /* The board must provides the ref clock */ 92 93 #clock-cells = <1>; 94 clock-output-names = "cpu", "ddr", "ahb"; --- 73 unchanged lines hidden --- | 87 "qca,ar9130-pll"; 88 reg = <0x18050000 0x20>; 89 90 clock-names = "ref"; 91 /* The board must provides the ref clock */ 92 93 #clock-cells = <1>; 94 clock-output-names = "cpu", "ddr", "ahb"; --- 73 unchanged lines hidden --- |