1 /* Device tree file for the Zyxel NSA 320 NAS box.
3 * Copyright (c) 2014, Adam Baker <linux@baker-net.org.uk>
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License
7 * as published by the Free Software Foundation; either version
8 * 2 of the License, or (at your option) any later version.
10 * Based upon the board setup file created by Peter Schildmann */
14 #include "kirkwood-nsa3x0-common.dtsi"
17 model = "Zyxel NSA320";
18 compatible = "zyxel,nsa320", "marvell,kirkwood-88f6281", "marvell,kirkwood";
21 device_type = "memory";
22 reg = <0x00000000 0x20000000>;
26 bootargs = "console=ttyS0,115200";
31 pinctrl: pin-controller@10000 {
32 pinctrl-names = "default";
34 /* SATA Activity and Present pins are not connected */
35 pmx_sata0: pmx-sata0 {
37 marvell,function = "sata0";
40 pmx_sata1: pmx-sata1 {
42 marvell,function = "sata1";
45 pmx_led_hdd2_green: pmx-led-hdd2-green {
46 marvell,pins = "mpp12";
47 marvell,function = "gpio";
50 pmx_led_hdd2_red: pmx-led-hdd2-red {
51 marvell,pins = "mpp13";
52 marvell,function = "gpio";
55 pmx_mcu_data: pmx-mcu-data {
56 marvell,pins = "mpp14";
57 marvell,function = "gpio";
60 pmx_led_usb_green: pmx-led-usb-green {
61 marvell,pins = "mpp15";
62 marvell,function = "gpio";
65 pmx_mcu_clk: pmx-mcu-clk {
66 marvell,pins = "mpp16";
67 marvell,function = "gpio";
70 pmx_mcu_act: pmx-mcu-act {
71 marvell,pins = "mpp17";
72 marvell,function = "gpio";
75 pmx_led_sys_green: pmx-led-sys-green {
76 marvell,pins = "mpp28";
77 marvell,function = "gpio";
80 pmx_led_sys_orange: pmx-led-sys-orange {
81 marvell,pins = "mpp29";
82 marvell,function = "gpio";
85 pmx_led_hdd1_green: pmx-led-hdd1-green {
86 marvell,pins = "mpp41";
87 marvell,function = "gpio";
90 pmx_led_hdd1_red: pmx-led-hdd1-red {
91 marvell,pins = "mpp42";
92 marvell,function = "gpio";
96 marvell,pins = "mpp43";
97 marvell,function = "gpio";
100 /* Buzzer needs to be switched at around 1kHz so is
101 not compatible with the gpio-beeper driver. */
102 pmx_buzzer: pmx-buzzer {
103 marvell,pins = "mpp44";
104 marvell,function = "gpio";
107 pmx_vid_b1: pmx-vid-b1 {
108 marvell,pins = "mpp45";
109 marvell,function = "gpio";
112 pmx_power_resume_data: pmx-power-resume-data {
113 marvell,pins = "mpp47";
114 marvell,function = "gpio";
117 pmx_power_resume_clk: pmx-power-resume-clk {
118 marvell,pins = "mpp49";
119 marvell,function = "gpio";
126 pcf8563: pcf8563@51 {
127 compatible = "nxp,pcf8563";
134 usb0_power: regulator@1 {
140 compatible = "gpio-leds";
141 pinctrl-0 = <&pmx_led_hdd2_green &pmx_led_hdd2_red
143 &pmx_led_sys_green &pmx_led_sys_orange
144 &pmx_led_copy_green &pmx_led_copy_red
145 &pmx_led_hdd1_green &pmx_led_hdd1_red>;
146 pinctrl-names = "default";
149 label = "nsa320:green:sys";
150 gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>;
153 label = "nsa320:orange:sys";
154 gpios = <&gpio0 29 GPIO_ACTIVE_HIGH>;
157 label = "nsa320:green:hdd1";
158 gpios = <&gpio1 9 GPIO_ACTIVE_HIGH>;
161 label = "nsa320:red:hdd1";
162 gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
165 label = "nsa320:green:hdd2";
166 gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
169 label = "nsa320:red:hdd2";
170 gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
173 label = "nsa320:green:usb";
174 gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>;
177 label = "nsa320:green:copy";
178 gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
181 label = "nsa320:red:copy";
182 gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>;
187 compatible = "zyxel,nsa320-mcu";
188 pinctrl-0 = <&pmx_mcu_data &pmx_mcu_clk &pmx_mcu_act>;
189 pinctrl-names = "default";
191 data-gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
192 clk-gpios = <&gpio0 16 GPIO_ACTIVE_HIGH>;
193 act-gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
196 /* The following pins are currently not assigned to a driver,
197 some of them should be configured as inputs.
198 pinctrl-0 = <&pmx_htp &pmx_vid_b1
199 &pmx_power_resume_data &pmx_power_resume_clk>; */
204 ethphy0: ethernet-phy@1 {
212 phy-handle = <ðphy0>;