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";
20 pinctrl: pinctrl@10000 {
22 pinctrl-0 = < &pmx_nand &pmx_uart0
26 &pmx_led_user1g &pmx_led_user0o
27 &pmx_led_user0g &pmx_led_misc
29 pinctrl-names = "default";
31 pmx_led_health: pmx-led-health {
32 marvell,pins = "mpp7";
33 marvell,function = "gpo";
36 pmx_sata1: pmx-sata1 {
37 marvell,pins = "mpp34";
38 marvell,function = "sata1";
41 pmx_sata0: pmx-sata0 {
42 marvell,pins = "mpp35";
43 marvell,function = "sata0";
46 pmx_led_user1o: pmx-led-user1o {
47 marvell,pins = "mpp40";
48 marvell,function = "gpio";
51 pmx_led_user1g: pmx-led-user1g {
52 marvell,pins = "mpp41";
53 marvell,function = "gpio";
56 pmx_led_user0o: pmx-led-user0o {
57 marvell,pins = "mpp44";
58 marvell,function = "gpio";
61 pmx_led_user0g: pmx-led-user0g {
62 marvell,pins = "mpp45";
63 marvell,function = "gpio";
66 pmx_led_misc: pmx-led-misc {
67 marvell,pins = "mpp46";
68 marvell,function = "gpio";
71 pmx_sdio_cd: pmx-sdio-cd {
72 marvell,pins = "mpp47";
73 marvell,function = "gpio";
81 compatible = "nxp,pcf8563";
86 compatible = "atmel,24c02";
93 clock-frequency = <200000000>;
102 reg = <0x0000000 0x100000>;
107 reg = <0x100000 0x80000>;
112 reg = <0x180000 0x80000>;
117 reg = <0x200000 0x400000>;
122 reg = <0x600000 0x1fa00000>;
137 pinctrl-0 = <&pmx_sdio &pmx_sdio_cd>;
138 pinctrl-names = "default";
140 cd-gpios = <&gpio1 15 0>;
146 compatible = "gpio-leds";
149 label = "status:green:health";
150 gpios = <&gpio0 7 1>;
154 label = "user1:orange";
155 gpios = <&gpio1 8 1>;
156 default-state = "on";
160 label = "user1:green";
161 gpios = <&gpio1 9 1>;
162 default-state = "on";
166 label = "user0:orange";
167 gpios = <&gpio1 12 1>;
168 default-state = "on";
172 label = "user0:green";
173 gpios = <&gpio1 13 1>;
174 default-state = "on";
178 label = "status:orange:misc";
179 gpios = <&gpio1 14 1>;
180 default-state = "on";