3 #include "kirkwood.dtsi"
4 #include "kirkwood-6281.dtsi"
8 compatible = "mpl,cec4-10", "mpl,cec4", "marvell,kirkwood-88f6281", "marvell,kirkwood";
11 device_type = "memory";
12 reg = <0x00000000 0x20000000>;
16 bootargs = "console=ttyS0,115200n8 earlyprintk";
21 pinctrl: pin-controller@10000 {
22 pmx_led_health: pmx-led-health {
23 marvell,pins = "mpp7";
24 marvell,function = "gpo";
27 pmx_sata1: pmx-sata1 {
28 marvell,pins = "mpp34";
29 marvell,function = "sata1";
32 pmx_sata0: pmx-sata0 {
33 marvell,pins = "mpp35";
34 marvell,function = "sata0";
37 pmx_led_user1o: pmx-led-user1o {
38 marvell,pins = "mpp40";
39 marvell,function = "gpio";
42 pmx_led_user1g: pmx-led-user1g {
43 marvell,pins = "mpp41";
44 marvell,function = "gpio";
47 pmx_led_user0o: pmx-led-user0o {
48 marvell,pins = "mpp44";
49 marvell,function = "gpio";
52 pmx_led_user0g: pmx-led-user0g {
53 marvell,pins = "mpp45";
54 marvell,function = "gpio";
57 pmx_led_misc: pmx-led-misc {
58 marvell,pins = "mpp46";
59 marvell,function = "gpio";
62 pmx_sdio_cd: pmx-sdio-cd {
63 marvell,pins = "mpp47";
64 marvell,function = "gpio";
72 compatible = "nxp,pcf8563";
77 compatible = "atmel,24c02";
92 pinctrl-0 = <&pmx_sata0 &pmx_sata1>;
93 pinctrl-names = "default";
99 pinctrl-0 = <&pmx_sdio &pmx_sdio_cd>;
100 pinctrl-names = "default";
102 cd-gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
108 compatible = "gpio-leds";
109 pinctrl-0 = < &pmx_led_health
111 &pmx_led_user1g &pmx_led_user0o
112 &pmx_led_user0g &pmx_led_misc
114 pinctrl-names = "default";
117 label = "status:green:health";
118 gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
122 label = "user1:orange";
123 gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
124 default-state = "on";
128 label = "user1:green";
129 gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
130 default-state = "on";
134 label = "user0:orange";
135 gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
136 default-state = "on";
140 label = "user0:green";
141 gpios = <&gpio1 13 GPIO_ACTIVE_LOW>;
142 default-state = "on";
146 label = "status:orange:misc";
147 gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
148 default-state = "on";
159 reg = <0x0000000 0x100000>;
164 reg = <0x100000 0x80000>;
169 reg = <0x180000 0x80000>;
174 reg = <0x200000 0x400000>;
179 reg = <0x600000 0x1fa00000>;
186 ethphy0: ethernet-phy@1 {
190 ethphy1: ethernet-phy@2 {
198 phy-handle = <ðphy0>;
205 phy-handle = <ðphy1>;