3 /include/ "kirkwood.dtsi"
4 /include/ "kirkwood-6282.dtsi"
7 model = "Plat'Home OpenBlocksA6";
8 compatible = "plathome,openblocks-a6", "marvell,kirkwood-88f6283", "marvell,kirkwood";
11 device_type = "memory";
12 reg = <0x00000000 0x20000000>;
16 bootargs = "console=ttyS0,115200n8 earlyprintk";
22 pinctrl-0 = <&pmx_uart0>;
23 pinctrl-names = "default";
28 pinctrl-0 = <&pmx_uart1>;
29 pinctrl-names = "default";
35 pinctrl-0 = <&pmx_nand>;
36 pinctrl-names = "default";
45 reg = <0x90000 0x44000>;
50 reg = <0xd4000 0x24000>;
55 reg = <0xf4000 0x400000>;
60 reg = <0x4f4000 0x1d20000>;
65 reg = <0x2214000 0x1dec000>;
76 pinctrl-0 = <&pmx_twsi1>;
77 pinctrl-names = "default";
80 compatible = "s35390a";
85 pinctrl: pinctrl@10000 {
86 pinctrl-0 = <&pmx_dip_switches &pmx_gpio_header>;
87 pinctrl-names = "default";
89 pmx_uart0: pmx-uart0 {
90 marvell,pins = "mpp10", "mpp11", "mpp15",
92 marvell,function = "uart0";
95 pmx_uart1: pmx-uart1 {
96 marvell,pins = "mpp13", "mpp14", "mpp8",
98 marvell,function = "uart1";
101 pmx_sysrst: pmx-sysrst {
102 marvell,pins = "mpp6";
103 marvell,function = "sysrst";
106 pmx_dip_switches: pmx-dip-switches {
107 marvell,pins = "mpp20", "mpp21", "mpp22", "mpp23";
108 marvell,function = "gpio";
111 pmx_gpio_header: pmx-gpio-header {
112 marvell,pins = "mpp24", "mpp25", "mpp26", "mpp27",
113 "mpp28", "mpp29", "mpp30", "mpp31";
114 marvell,function = "gpio";
117 pmx_gpio_init: pmx-init {
118 marvell,pins = "mpp38";
119 marvell,function = "gpio";
122 pmx_usb_oc: pmx-usb-oc {
123 marvell,pins = "mpp39";
124 marvell,function = "gpio";
128 marvell,pins = "mpp41", "mpp42", "mpp43";
129 marvell,function = "gpio";
135 compatible = "gpio-leds";
136 pinctrl-0 = <&pmx_leds>;
137 pinctrl-names = "default";
140 label = "obsa6:red:stat";
141 gpios = <&gpio1 9 1>;
145 label = "obsa6:green:stat";
146 gpios = <&gpio1 10 1>;
150 label = "obsa6:yellow:stat";
151 gpios = <&gpio1 11 1>;
156 compatible = "gpio-keys";
157 pinctrl-0 = <&pmx_gpio_init>;
158 pinctrl-names = "default";
159 #address-cells = <1>;
163 label = "Init Button";
165 gpios = <&gpio1 6 0>;