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: serial@d4017000 {
59 compatible = "mrvl,mmp-uart", "intel,xscale-uart";
60 reg = <0xd4017000 0x1000>;
63 clocks = <&soc_clocks PXA168_CLK_UART0>;
64 resets = <&soc_clocks PXA168_CLK_UART0>;
68 uart2: serial@d4018000 {
69 compatible = "mrvl,mmp-uart", "intel,xscale-uart";
70 reg = <0xd4018000 0x1000>;
73 clocks = <&soc_clocks PXA168_CLK_UART1>;
74 resets = <&soc_clocks PXA168_CLK_UART1>;
78 uart3: serial@d4026000 {
79 compatible = "mrvl,mmp-uart", "intel,xscale-uart";
80 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 = <2>;
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 #address-cells = <1>;
124 reg = <0xd4011000 0x1000>;
126 clocks = <&soc_clocks PXA168_CLK_TWSI0>;
127 resets = <&soc_clocks PXA168_CLK_TWSI0>;
132 twsi2: i2c@d4025000 {
133 compatible = "mrvl,mmp-twsi";
134 #address-cells = <1>;
136 reg = <0xd4025000 0x1000>;
138 clocks = <&soc_clocks PXA168_CLK_TWSI1>;
139 resets = <&soc_clocks PXA168_CLK_TWSI1>;
144 compatible = "mrvl,mmp-rtc";
145 reg = <0xd4010000 0x1000>;
146 interrupts = <5>, <6>;
147 interrupt-names = "rtc 1Hz", "rtc alarm";
148 clocks = <&soc_clocks PXA168_CLK_RTC>;
149 resets = <&soc_clocks PXA168_CLK_RTC>;
155 compatible = "marvell,pxa168-clock";
156 reg = <0xd4050000 0x1000>,
159 reg-names = "mpmu", "apmu", "apbc";