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";
41 pinctrl: pin-controller@10000 {
42 pinctrl-names = "default";
44 /* SATA Activity and Present pins are not connected */
45 pmx_sata0: pmx-sata0 {
47 marvell,function = "sata0";
50 pmx_sata1: pmx-sata1 {
52 marvell,function = "sata1";
55 pmx_led_hdd2_green: pmx-led-hdd2-green {
56 marvell,pins = "mpp12";
57 marvell,function = "gpio";
60 pmx_led_hdd2_red: pmx-led-hdd2-red {
61 marvell,pins = "mpp13";
62 marvell,function = "gpio";
65 pmx_mcu_data: pmx-mcu-data {
66 marvell,pins = "mpp14";
67 marvell,function = "gpio";
70 pmx_led_usb_green: pmx-led-usb-green {
71 marvell,pins = "mpp15";
72 marvell,function = "gpio";
75 pmx_mcu_clk: pmx-mcu-clk {
76 marvell,pins = "mpp16";
77 marvell,function = "gpio";
80 pmx_mcu_act: pmx-mcu-act {
81 marvell,pins = "mpp17";
82 marvell,function = "gpio";
85 pmx_led_sys_green: pmx-led-sys-green {
86 marvell,pins = "mpp28";
87 marvell,function = "gpio";
90 pmx_led_sys_orange: pmx-led-sys-orange {
91 marvell,pins = "mpp29";
92 marvell,function = "gpio";
95 pmx_led_hdd1_green: pmx-led-hdd1-green {
96 marvell,pins = "mpp41";
97 marvell,function = "gpio";
100 pmx_led_hdd1_red: pmx-led-hdd1-red {
101 marvell,pins = "mpp42";
102 marvell,function = "gpio";
106 marvell,pins = "mpp43";
107 marvell,function = "gpio";
110 /* Buzzer needs to be switched at around 1kHz so is
111 not compatible with the gpio-beeper driver. */
112 pmx_buzzer: pmx-buzzer {
113 marvell,pins = "mpp44";
114 marvell,function = "gpio";
117 pmx_vid_b1: pmx-vid-b1 {
118 marvell,pins = "mpp45";
119 marvell,function = "gpio";
122 pmx_power_resume_data: pmx-power-resume-data {
123 marvell,pins = "mpp47";
124 marvell,function = "gpio";
127 pmx_power_resume_clk: pmx-power-resume-clk {
128 marvell,pins = "mpp49";
129 marvell,function = "gpio";
136 pcf8563: pcf8563@51 {
137 compatible = "nxp,pcf8563";
144 usb0_power: regulator@1 {
150 compatible = "gpio-leds";
151 pinctrl-0 = <&pmx_led_hdd2_green &pmx_led_hdd2_red
153 &pmx_led_sys_green &pmx_led_sys_orange
154 &pmx_led_copy_green &pmx_led_copy_red
155 &pmx_led_hdd1_green &pmx_led_hdd1_red>;
156 pinctrl-names = "default";
159 label = "nsa320:green:sys";
160 gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>;
163 label = "nsa320:orange:sys";
164 gpios = <&gpio0 29 GPIO_ACTIVE_HIGH>;
167 label = "nsa320:green:hdd1";
168 gpios = <&gpio1 9 GPIO_ACTIVE_HIGH>;
171 label = "nsa320:red:hdd1";
172 gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
175 label = "nsa320:green:hdd2";
176 gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
179 label = "nsa320:red:hdd2";
180 gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
183 label = "nsa320:green:usb";
184 gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>;
187 label = "nsa320:green:copy";
188 gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
191 label = "nsa320:red:copy";
192 gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>;
196 /* The following pins are currently not assigned to a driver,
197 some of them should be configured as inputs.
198 pinctrl-0 = <&pmx_mcu_data &pmx_mcu_clk &pmx_mcu_act
200 &pmx_power_resume_data &pmx_power_resume_clk>; */
205 ethphy0: ethernet-phy@1 {
213 phy-handle = <ðphy0>;