License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / arch / arm / boot / dts / kirkwood-dns325.dts
CommitLineData
b2441318 1// SPDX-License-Identifier: GPL-2.0
9007d100
JL
2/dts-v1/;
3
0ab6129c 4#include "kirkwood-dnskw.dtsi"
9007d100
JL
5
6/ {
7 model = "D-Link DNS-325 NAS (Rev A1)";
77843504 8 compatible = "dlink,dns-325-a1", "dlink,dns-325", "dlink,dns-kirkwood", "marvell,kirkwood-88f6281", "marvell,kirkwood";
9007d100
JL
9
10 memory {
11 device_type = "memory";
12 reg = <0x00000000 0x10000000>;
13 };
14
15 chosen {
16 bootargs = "console=ttyS0,115200n8 earlyprintk";
ab833614 17 stdout-path = &uart0;
9007d100
JL
18 };
19
09059e9f
JL
20 gpio-leds {
21 compatible = "gpio-leds";
01369fe1
TP
22 pinctrl-0 = <&pmx_led_power &pmx_led_red_usb_325
23 &pmx_led_red_left_hdd &pmx_led_red_right_hdd
24 &pmx_led_white_usb>;
25 pinctrl-names = "default";
26
09059e9f
JL
27 white-power {
28 label = "dns325:white:power";
3a31f2d7 29 gpios = <&gpio0 26 GPIO_ACTIVE_LOW>;
dcdf14c7 30 default-state = "keep";
09059e9f
JL
31 };
32 white-usb {
33 label = "dns325:white:usb";
3a31f2d7 34 gpios = <&gpio1 11 GPIO_ACTIVE_LOW>; /* GPIO 43 */
09059e9f
JL
35 };
36 red-l_hdd {
37 label = "dns325:red:l_hdd";
3a31f2d7 38 gpios = <&gpio0 28 GPIO_ACTIVE_LOW>;
09059e9f
JL
39 };
40 red-r_hdd {
41 label = "dns325:red:r_hdd";
3a31f2d7 42 gpios = <&gpio0 27 GPIO_ACTIVE_LOW>;
09059e9f
JL
43 };
44 red-usb {
45 label = "dns325:red:usb";
3a31f2d7 46 gpios = <&gpio0 29 GPIO_ACTIVE_LOW>;
09059e9f
JL
47 };
48 };
49
9007d100 50 ocp@f1000000 {
55650d4e
AL
51 i2c@11000 {
52 status = "okay";
53
54 lm75: lm75@48 {
55 compatible = "national,lm75";
56 reg = <0x48>;
57 };
58 };
9007d100 59 serial@12000 {
9007d100
JL
60 status = "okay";
61 };
62 };
63};