2 * Copyright (C) 2012 Marvell Technology Group Ltd.
3 * Author: Haojian Zhuang <haojian.zhuang@marvell.com>
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * publishhed by the Free Software Foundation.
10 #include <dt-bindings/clock/marvell,pxa168.h>
27 compatible = "simple-bus";
28 interrupt-parent = <&intc>;
31 axi@d4200000 { /* AXI */
32 compatible = "mrvl,axi-bus", "simple-bus";
35 reg = <0xd4200000 0x00200000>;
38 intc: interrupt-controller@d4282000 {
39 compatible = "mrvl,mmp-intc";
41 #interrupt-cells = <1>;
42 reg = <0xd4282000 0x1000>;
43 mrvl,intc-nr-irqs = <64>;
48 apb@d4000000 { /* APB */
49 compatible = "mrvl,apb-bus", "simple-bus";
52 reg = <0xd4000000 0x00200000>;
55 timer0: timer@d4014000 {
56 compatible = "mrvl,mmp-timer";
57 reg = <0xd4014000 0x100>;
61 uart1: uart@d4017000 {
62 compatible = "mrvl,mmp-uart";
63 reg = <0xd4017000 0x1000>;
65 clocks = <&soc_clocks PXA168_CLK_UART0>;
66 resets = <&soc_clocks PXA168_CLK_UART0>;
70 uart2: uart@d4018000 {
71 compatible = "mrvl,mmp-uart";
72 reg = <0xd4018000 0x1000>;
74 clocks = <&soc_clocks PXA168_CLK_UART1>;
75 resets = <&soc_clocks PXA168_CLK_UART1>;
79 uart3: uart@d4026000 {
80 compatible = "mrvl,mmp-uart";
81 reg = <0xd4026000 0x1000>;
83 clocks = <&soc_clocks PXA168_CLK_UART2>;
84 resets = <&soc_clocks PXA168_CLK_UART2>;
89 compatible = "marvell,mmp-gpio";
92 reg = <0xd4019000 0x1000>;
96 clocks = <&soc_clocks PXA168_CLK_GPIO>;
97 resets = <&soc_clocks PXA168_CLK_GPIO>;
98 interrupt-names = "gpio_mux";
100 #interrupt-cells = <1>;
103 gcb0: gpio@d4019000 {
104 reg = <0xd4019000 0x4>;
107 gcb1: gpio@d4019004 {
108 reg = <0xd4019004 0x4>;
111 gcb2: gpio@d4019008 {
112 reg = <0xd4019008 0x4>;
115 gcb3: gpio@d4019100 {
116 reg = <0xd4019100 0x4>;
120 twsi1: i2c@d4011000 {
121 compatible = "mrvl,mmp-twsi";
122 reg = <0xd4011000 0x1000>;
124 clocks = <&soc_clocks PXA168_CLK_TWSI0>;
125 resets = <&soc_clocks PXA168_CLK_TWSI0>;
130 twsi2: i2c@d4025000 {
131 compatible = "mrvl,mmp-twsi";
132 reg = <0xd4025000 0x1000>;
134 clocks = <&soc_clocks PXA168_CLK_TWSI1>;
135 resets = <&soc_clocks PXA168_CLK_TWSI1>;
140 compatible = "mrvl,mmp-rtc";
141 reg = <0xd4010000 0x1000>;
143 interrupt-names = "rtc 1Hz", "rtc alarm";
144 clocks = <&soc_clocks PXA168_CLK_RTC>;
145 resets = <&soc_clocks PXA168_CLK_RTC>;
151 compatible = "marvell,pxa168-clock";
152 reg = <0xd4050000 0x1000>,
155 reg-names = "mpmu", "apmu", "apbc";