2 * Copyright (C) 2016 Robert Jarzmik <robert.jarzmik@free.fr>
4 * The code contained herein is licensed under the GNU General Public
5 * License. You may obtain a copy of the GNU General Public License
6 * Version 2 or later at the following locations:
8 * http://www.opensource.org/licenses/gpl-license.html
9 * http://www.gnu.org/copyleft/gpl.html
11 #include "pxa2xx.dtsi"
12 #include "dt-bindings/clock/pxa-clock.h"
15 model = "Marvell PXA25x family SoC";
16 compatible = "marvell,pxa250";
20 * The muxing of external clocks/internal dividers for osc* clock
21 * sources has been hidden under the carpet by now.
27 clks: pxa2xx_clks@41300004 {
28 compatible = "marvell,pxa250-core-clocks";
33 /* timer oscillator */
34 clktimer: oscillator {
35 compatible = "fixed-clock";
37 clock-frequency = <3686400>;
38 clock-output-names = "ostimer";
43 pdma: dma-controller@40000000 {
44 compatible = "marvell,pdma-1.0";
45 reg = <0x40000000 0x10000>;
53 pxairq: interrupt-controller@40d00000 {
54 marvell,intc-priority;
55 marvell,intc-nr-irqs = <32>;
58 pinctrl: pinctrl@40e00000 {
59 reg = <0x40e00054 0x20 0x40e0000c 0xc 0x40e0010c 4
61 compatible = "marvell,pxa25x-pinctrl";
65 compatible = "intel,pxa25x-gpio";
66 gpio-ranges = <&pinctrl 0 0 84>;
67 clocks = <&clks CLK_NONE>;
71 compatible = "marvell,pxa250-pwm";
72 reg = <0x40b00000 0x10>;
74 clocks = <&clks CLK_PWM0>;
78 compatible = "marvell,pxa250-pwm";
79 reg = <0x40b00010 0x10>;
81 clocks = <&clks CLK_PWM1>;
86 compatible = "marvell,pxa-timer";
87 reg = <0x40a00000 0x20>;
93 pxa250_opp_table: opp_table0 {
94 compatible = "operating-points-v2";
97 opp-hz = /bits/ 64 <99532800>;
98 opp-microvolt = <1000000 950000 1650000>;
99 clock-latency-ns = <20>;
102 opp-hz = /bits/ 64 <199065600>;
103 opp-microvolt = <1000000 950000 1650000>;
104 clock-latency-ns = <20>;
107 opp-hz = /bits/ 64 <298598400>;
108 opp-microvolt = <1100000 1045000 1650000>;
109 clock-latency-ns = <20>;
112 opp-hz = /bits/ 64 <398131200>;
113 opp-microvolt = <1300000 1235000 1650000>;
114 clock-latency-ns = <20>;