3 #include "kirkwood.dtsi"
4 #include "kirkwood-6282.dtsi"
7 model = "Univeral Scientific Industrial Co. Topkick-1281P2";
8 compatible = "usi,topkick-1281P2", "usi,topkick", "marvell,kirkwood-88f6282", "marvell,kirkwood";
11 device_type = "memory";
12 reg = <0x00000000 0x10000000>;
16 bootargs = "console=ttyS0,115200n8 earlyprintk";
20 pinctrl: pinctrl@10000 {
32 pinctrl-0 = <&pmx_sw_left &pmx_sw_right
33 &pmx_sw_idle &pmx_sw_left2>;
34 pinctrl-names = "default";
36 pmx_led_disk_yellow: pmx-led-disk-yellow {
37 marvell,pins = "mpp21";
38 marvell,function = "gpio";
41 pmx_sata0_pwr_enable: pmx-sata0-pwr-enable {
42 marvell,pins = "mpp36";
43 marvell,function = "gpio";
46 pmx_led_sys_red: pmx-led-sys-red {
47 marvell,pins = "mpp37";
48 marvell,function = "gpio";
51 pmx_led_sys_blue: pmx-led-sys-blue {
52 marvell,pins = "mpp38";
53 marvell,function = "gpio";
56 pmx_led_wifi_green: pmx-led-wifi-green {
57 marvell,pins = "mpp39";
58 marvell,function = "gpio";
61 pmx_sw_left: pmx-sw-left {
62 marvell,pins = "mpp43";
63 marvell,function = "gpio";
66 pmx_sw_right: pmx-sw-right {
67 marvell,pins = "mpp44";
68 marvell,function = "gpio";
71 pmx_sw_idle: pmx-sw-idle {
72 marvell,pins = "mpp45";
73 marvell,function = "gpio";
76 pmx_sw_left2: pmx-sw-left2 {
77 marvell,pins = "mpp46";
78 marvell,function = "gpio";
81 pmx_led_wifi_yellow: pmx-led-wifi-yellow {
82 marvell,pins = "mpp48";
83 marvell,function = "gpio";
89 pinctrl-0 = <&pmx_uart0>;
90 pinctrl-names = "default";
100 pinctrl-0 = <&pmx_twsi0>;
101 pinctrl-names = "default";
105 pinctrl-0 = <&pmx_sdio>;
106 pinctrl-names = "default";
108 /* No CD or WP GPIOs */
126 compatible = "gpio-leds";
127 pinctrl-0 = <&pmx_led_disk_yellow &pmx_led_sys_red
128 &pmx_led_sys_blue &pmx_led_wifi_green
129 &pmx_led_wifi_yellow>;
130 pinctrl-names = "default";
133 label = "topkick:yellow:disk";
134 gpios = <&gpio0 21 1>;
135 linux,default-trigger = "ide-disk";
138 label = "topkick:red:system";
139 gpios = <&gpio1 5 1>;
142 label = "topkick:blue:system";
143 gpios = <&gpio1 6 1>;
144 default-state = "on";
147 label = "topkick:green:wifi";
148 gpios = <&gpio1 7 1>;
151 label = "topkick:yellow:wifi";
152 gpios = <&gpio1 16 1>;
156 compatible = "simple-bus";
157 #address-cells = <1>;
159 pinctrl-0 = <&pmx_sata0_pwr_enable>;
160 pinctrl-names = "default";
162 sata0_power: regulator@1 {
163 compatible = "regulator-fixed";
165 regulator-name = "SATA0 Power";
166 regulator-min-microvolt = <5000000>;
167 regulator-max-microvolt = <5000000>;
178 pinctrl-0 = <&pmx_nand>;
179 pinctrl-names = "default";
183 reg = <0x0000000 0x180000>;
187 label = "u-boot env";
188 reg = <0x0180000 0x20000>;
193 reg = <0x0200000 0x600000>;
198 reg = <0x0800000 0x1000000>;
203 reg = <0x1800000 0xe800000>;
210 ethphy0: ethernet-phy@0 {
211 device_type = "ethernet-phy";
219 phy-handle = <ðphy0>;