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 "skeleton.dtsi"
11 #include <dt-bindings/clock/marvell,pxa168.h>
25 compatible = "simple-bus";
26 interrupt-parent = <&intc>;
29 axi@d4200000 { /* AXI */
30 compatible = "mrvl,axi-bus", "simple-bus";
33 reg = <0xd4200000 0x00200000>;
36 intc: interrupt-controller@d4282000 {
37 compatible = "mrvl,mmp-intc";
39 #interrupt-cells = <1>;
40 reg = <0xd4282000 0x1000>;
41 mrvl,intc-nr-irqs = <64>;
46 apb@d4000000 { /* APB */
47 compatible = "mrvl,apb-bus", "simple-bus";
50 reg = <0xd4000000 0x00200000>;
53 timer0: timer@d4014000 {
54 compatible = "mrvl,mmp-timer";
55 reg = <0xd4014000 0x100>;
59 uart1: uart@d4017000 {
60 compatible = "mrvl,mmp-uart";
61 reg = <0xd4017000 0x1000>;
63 clocks = <&soc_clocks PXA168_CLK_UART0>;
64 resets = <&soc_clocks PXA168_CLK_UART0>;
68 uart2: uart@d4018000 {
69 compatible = "mrvl,mmp-uart";
70 reg = <0xd4018000 0x1000>;
72 clocks = <&soc_clocks PXA168_CLK_UART1>;
73 resets = <&soc_clocks PXA168_CLK_UART1>;
77 uart3: uart@d4026000 {
78 compatible = "mrvl,mmp-uart";
79 reg = <0xd4026000 0x1000>;
81 clocks = <&soc_clocks PXA168_CLK_UART2>;
82 resets = <&soc_clocks PXA168_CLK_UART2>;
87 compatible = "marvell,mmp-gpio";
90 reg = <0xd4019000 0x1000>;
94 clocks = <&soc_clocks PXA168_CLK_GPIO>;
95 resets = <&soc_clocks PXA168_CLK_GPIO>;
96 interrupt-names = "gpio_mux";
98 #interrupt-cells = <1>;
101 gcb0: gpio@d4019000 {
102 reg = <0xd4019000 0x4>;
105 gcb1: gpio@d4019004 {
106 reg = <0xd4019004 0x4>;
109 gcb2: gpio@d4019008 {
110 reg = <0xd4019008 0x4>;
113 gcb3: gpio@d4019100 {
114 reg = <0xd4019100 0x4>;
118 twsi1: i2c@d4011000 {
119 compatible = "mrvl,mmp-twsi";
120 reg = <0xd4011000 0x1000>;
122 clocks = <&soc_clocks PXA168_CLK_TWSI0>;
123 resets = <&soc_clocks PXA168_CLK_TWSI0>;
128 twsi2: i2c@d4025000 {
129 compatible = "mrvl,mmp-twsi";
130 reg = <0xd4025000 0x1000>;
132 clocks = <&soc_clocks PXA168_CLK_TWSI1>;
133 resets = <&soc_clocks PXA168_CLK_TWSI1>;
138 compatible = "mrvl,mmp-rtc";
139 reg = <0xd4010000 0x1000>;
141 interrupt-names = "rtc 1Hz", "rtc alarm";
142 clocks = <&soc_clocks PXA168_CLK_RTC>;
143 resets = <&soc_clocks PXA168_CLK_RTC>;
149 compatible = "marvell,pxa168-clock";
150 reg = <0xd4050000 0x1000>,
153 reg-names = "mpmu", "apmu", "apbc";