1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2012 Marvell Technology Group Ltd.
4 * Author: Haojian Zhuang <haojian.zhuang@marvell.com>
7 #include <dt-bindings/clock/marvell,pxa168.h>
24 compatible = "simple-bus";
25 interrupt-parent = <&intc>;
28 axi@d4200000 { /* AXI */
29 compatible = "mrvl,axi-bus", "simple-bus";
32 reg = <0xd4200000 0x00200000>;
35 intc: interrupt-controller@d4282000 {
36 compatible = "mrvl,mmp-intc";
38 #interrupt-cells = <1>;
39 reg = <0xd4282000 0x1000>;
40 mrvl,intc-nr-irqs = <64>;
45 apb@d4000000 { /* APB */
46 compatible = "mrvl,apb-bus", "simple-bus";
49 reg = <0xd4000000 0x00200000>;
52 timer0: timer@d4014000 {
53 compatible = "mrvl,mmp-timer";
54 reg = <0xd4014000 0x100>;
58 uart1: uart@d4017000 {
59 compatible = "mrvl,mmp-uart";
60 reg = <0xd4017000 0x1000>;
62 clocks = <&soc_clocks PXA168_CLK_UART0>;
63 resets = <&soc_clocks PXA168_CLK_UART0>;
67 uart2: uart@d4018000 {
68 compatible = "mrvl,mmp-uart";
69 reg = <0xd4018000 0x1000>;
71 clocks = <&soc_clocks PXA168_CLK_UART1>;
72 resets = <&soc_clocks PXA168_CLK_UART1>;
76 uart3: uart@d4026000 {
77 compatible = "mrvl,mmp-uart";
78 reg = <0xd4026000 0x1000>;
80 clocks = <&soc_clocks PXA168_CLK_UART2>;
81 resets = <&soc_clocks PXA168_CLK_UART2>;
86 compatible = "marvell,mmp-gpio";
89 reg = <0xd4019000 0x1000>;
93 clocks = <&soc_clocks PXA168_CLK_GPIO>;
94 resets = <&soc_clocks PXA168_CLK_GPIO>;
95 interrupt-names = "gpio_mux";
97 #interrupt-cells = <1>;
100 gcb0: gpio@d4019000 {
101 reg = <0xd4019000 0x4>;
104 gcb1: gpio@d4019004 {
105 reg = <0xd4019004 0x4>;
108 gcb2: gpio@d4019008 {
109 reg = <0xd4019008 0x4>;
112 gcb3: gpio@d4019100 {
113 reg = <0xd4019100 0x4>;
117 twsi1: i2c@d4011000 {
118 compatible = "mrvl,mmp-twsi";
119 reg = <0xd4011000 0x1000>;
121 clocks = <&soc_clocks PXA168_CLK_TWSI0>;
122 resets = <&soc_clocks PXA168_CLK_TWSI0>;
127 twsi2: i2c@d4025000 {
128 compatible = "mrvl,mmp-twsi";
129 reg = <0xd4025000 0x1000>;
131 clocks = <&soc_clocks PXA168_CLK_TWSI1>;
132 resets = <&soc_clocks PXA168_CLK_TWSI1>;
137 compatible = "mrvl,mmp-rtc";
138 reg = <0xd4010000 0x1000>;
140 interrupt-names = "rtc 1Hz", "rtc alarm";
141 clocks = <&soc_clocks PXA168_CLK_RTC>;
142 resets = <&soc_clocks PXA168_CLK_RTC>;
148 compatible = "marvell,pxa168-clock";
149 reg = <0xd4050000 0x1000>,
152 reg-names = "mpmu", "apmu", "apbc";