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";
21 pinctrl: pin-controller@10000 {
33 pinctrl-0 = <&pmx_sw_left &pmx_sw_right
34 &pmx_sw_idle &pmx_sw_left2>;
35 pinctrl-names = "default";
37 pmx_led_disk_yellow: pmx-led-disk-yellow {
38 marvell,pins = "mpp21";
39 marvell,function = "gpio";
42 pmx_sata0_pwr_enable: pmx-sata0-pwr-enable {
43 marvell,pins = "mpp36";
44 marvell,function = "gpio";
47 pmx_led_sys_red: pmx-led-sys-red {
48 marvell,pins = "mpp37";
49 marvell,function = "gpio";
52 pmx_led_sys_blue: pmx-led-sys-blue {
53 marvell,pins = "mpp38";
54 marvell,function = "gpio";
57 pmx_led_wifi_green: pmx-led-wifi-green {
58 marvell,pins = "mpp39";
59 marvell,function = "gpio";
62 pmx_sw_left: pmx-sw-left {
63 marvell,pins = "mpp43";
64 marvell,function = "gpio";
67 pmx_sw_right: pmx-sw-right {
68 marvell,pins = "mpp44";
69 marvell,function = "gpio";
72 pmx_sw_idle: pmx-sw-idle {
73 marvell,pins = "mpp45";
74 marvell,function = "gpio";
77 pmx_sw_left2: pmx-sw-left2 {
78 marvell,pins = "mpp46";
79 marvell,function = "gpio";
82 pmx_led_wifi_yellow: pmx-led-wifi-yellow {
83 marvell,pins = "mpp48";
84 marvell,function = "gpio";
102 pinctrl-0 = <&pmx_sdio>;
103 pinctrl-names = "default";
105 /* No CD or WP GPIOs */
123 compatible = "gpio-leds";
124 pinctrl-0 = <&pmx_led_disk_yellow &pmx_led_sys_red
125 &pmx_led_sys_blue &pmx_led_wifi_green
126 &pmx_led_wifi_yellow>;
127 pinctrl-names = "default";
130 label = "topkick:yellow:disk";
131 gpios = <&gpio0 21 GPIO_ACTIVE_LOW>;
132 linux,default-trigger = "ide-disk";
135 label = "topkick:red:system";
136 gpios = <&gpio1 5 GPIO_ACTIVE_LOW>;
139 label = "topkick:blue:system";
140 gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
141 default-state = "on";
144 label = "topkick:green:wifi";
145 gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
148 label = "topkick:yellow:wifi";
149 gpios = <&gpio1 16 GPIO_ACTIVE_LOW>;
153 compatible = "simple-bus";
154 #address-cells = <1>;
156 pinctrl-0 = <&pmx_sata0_pwr_enable>;
157 pinctrl-names = "default";
159 sata0_power: regulator@1 {
160 compatible = "regulator-fixed";
162 regulator-name = "SATA0 Power";
163 regulator-min-microvolt = <5000000>;
164 regulator-max-microvolt = <5000000>;
178 reg = <0x0000000 0x180000>;
182 label = "u-boot env";
183 reg = <0x0180000 0x20000>;
188 reg = <0x0200000 0x600000>;
193 reg = <0x0800000 0x1000000>;
198 reg = <0x1800000 0xe800000>;
205 ethphy0: ethernet-phy@0 {
213 phy-handle = <ðphy0>;