1 // SPDX-License-Identifier: GPL-2.0
4 #include "kirkwood.dtsi"
5 #include "kirkwood-6282.dtsi"
8 model = "Universal Scientific Industrial Co. Topkick-1281P2";
9 compatible = "usi,topkick-1281P2", "usi,topkick", "marvell,kirkwood-88f6282", "marvell,kirkwood";
12 device_type = "memory";
13 reg = <0x00000000 0x10000000>;
17 bootargs = "console=ttyS0,115200n8 earlyprintk";
22 pinctrl: pin-controller@10000 {
34 pinctrl-0 = <&pmx_sw_left &pmx_sw_right
35 &pmx_sw_idle &pmx_sw_left2>;
36 pinctrl-names = "default";
38 pmx_led_disk_yellow: pmx-led-disk-yellow {
39 marvell,pins = "mpp21";
40 marvell,function = "gpio";
43 pmx_sata0_pwr_enable: pmx-sata0-pwr-enable {
44 marvell,pins = "mpp36";
45 marvell,function = "gpio";
48 pmx_led_sys_red: pmx-led-sys-red {
49 marvell,pins = "mpp37";
50 marvell,function = "gpio";
53 pmx_led_sys_blue: pmx-led-sys-blue {
54 marvell,pins = "mpp38";
55 marvell,function = "gpio";
58 pmx_led_wifi_green: pmx-led-wifi-green {
59 marvell,pins = "mpp39";
60 marvell,function = "gpio";
63 pmx_sw_left: pmx-sw-left {
64 marvell,pins = "mpp43";
65 marvell,function = "gpio";
68 pmx_sw_right: pmx-sw-right {
69 marvell,pins = "mpp44";
70 marvell,function = "gpio";
73 pmx_sw_idle: pmx-sw-idle {
74 marvell,pins = "mpp45";
75 marvell,function = "gpio";
78 pmx_sw_left2: pmx-sw-left2 {
79 marvell,pins = "mpp46";
80 marvell,function = "gpio";
83 pmx_led_wifi_yellow: pmx-led-wifi-yellow {
84 marvell,pins = "mpp48";
85 marvell,function = "gpio";
103 pinctrl-0 = <&pmx_sdio>;
104 pinctrl-names = "default";
106 /* No CD or WP GPIOs */
124 compatible = "gpio-leds";
125 pinctrl-0 = <&pmx_led_disk_yellow &pmx_led_sys_red
126 &pmx_led_sys_blue &pmx_led_wifi_green
127 &pmx_led_wifi_yellow>;
128 pinctrl-names = "default";
131 label = "topkick:yellow:disk";
132 gpios = <&gpio0 21 GPIO_ACTIVE_LOW>;
133 linux,default-trigger = "disk-activity";
136 label = "topkick:red:system";
137 gpios = <&gpio1 5 GPIO_ACTIVE_LOW>;
140 label = "topkick:blue:system";
141 gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
142 default-state = "on";
145 label = "topkick:green:wifi";
146 gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
149 label = "topkick:yellow:wifi";
150 gpios = <&gpio1 16 GPIO_ACTIVE_LOW>;
154 compatible = "simple-bus";
155 #address-cells = <1>;
157 pinctrl-0 = <&pmx_sata0_pwr_enable>;
158 pinctrl-names = "default";
160 sata0_power: regulator@1 {
161 compatible = "regulator-fixed";
163 regulator-name = "SATA0 Power";
164 regulator-min-microvolt = <5000000>;
165 regulator-max-microvolt = <5000000>;
179 reg = <0x0000000 0x180000>;
183 label = "u-boot env";
184 reg = <0x0180000 0x20000>;
189 reg = <0x0200000 0x600000>;
194 reg = <0x0800000 0x1000000>;
199 reg = <0x1800000 0xe800000>;
206 ethphy0: ethernet-phy@0 {
214 phy-handle = <ðphy0>;