1 // SPDX-License-Identifier: GPL-2.0
4 #include "kirkwood.dtsi"
5 #include "kirkwood-6281.dtsi"
9 compatible = "mpl,cec4-10", "mpl,cec4", "marvell,kirkwood-88f6281", "marvell,kirkwood";
12 device_type = "memory";
13 reg = <0x00000000 0x20000000>;
17 bootargs = "console=ttyS0,115200n8 earlyprintk";
22 pinctrl: pin-controller@10000 {
23 pmx_led_health: pmx-led-health {
24 marvell,pins = "mpp7";
25 marvell,function = "gpo";
28 pmx_sata1: pmx-sata1 {
29 marvell,pins = "mpp34";
30 marvell,function = "sata1";
33 pmx_sata0: pmx-sata0 {
34 marvell,pins = "mpp35";
35 marvell,function = "sata0";
38 pmx_led_user1o: pmx-led-user1o {
39 marvell,pins = "mpp40";
40 marvell,function = "gpio";
43 pmx_led_user1g: pmx-led-user1g {
44 marvell,pins = "mpp41";
45 marvell,function = "gpio";
48 pmx_led_user0o: pmx-led-user0o {
49 marvell,pins = "mpp44";
50 marvell,function = "gpio";
53 pmx_led_user0g: pmx-led-user0g {
54 marvell,pins = "mpp45";
55 marvell,function = "gpio";
58 pmx_led_misc: pmx-led-misc {
59 marvell,pins = "mpp46";
60 marvell,function = "gpio";
63 pmx_sdio_cd: pmx-sdio-cd {
64 marvell,pins = "mpp47";
65 marvell,function = "gpio";
73 compatible = "nxp,pcf8563";
78 compatible = "atmel,24c02";
93 pinctrl-0 = <&pmx_sata0 &pmx_sata1>;
94 pinctrl-names = "default";
100 pinctrl-0 = <&pmx_sdio &pmx_sdio_cd>;
101 pinctrl-names = "default";
103 cd-gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
109 compatible = "gpio-leds";
110 pinctrl-0 = < &pmx_led_health
112 &pmx_led_user1g &pmx_led_user0o
113 &pmx_led_user0g &pmx_led_misc
115 pinctrl-names = "default";
118 label = "status:green:health";
119 gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
123 label = "user1:orange";
124 gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
125 default-state = "on";
129 label = "user1:green";
130 gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
131 default-state = "on";
135 label = "user0:orange";
136 gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
137 default-state = "on";
141 label = "user0:green";
142 gpios = <&gpio1 13 GPIO_ACTIVE_LOW>;
143 default-state = "on";
147 label = "status:orange:misc";
148 gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
149 default-state = "on";
160 reg = <0x0000000 0x100000>;
165 reg = <0x100000 0x80000>;
170 reg = <0x180000 0x80000>;
175 reg = <0x200000 0x400000>;
180 reg = <0x600000 0x1fa00000>;
187 ethphy0: ethernet-phy@1 {
191 ethphy1: ethernet-phy@2 {
199 phy-handle = <ðphy0>;
206 phy-handle = <ðphy1>;