2 * Device Tree file for HP t5325 Thin Client"
6 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 * Andrew Lunn <andrew@lunn.ch>
9 * This file is licensed under the terms of the GNU General Public
10 * License version 2. This program is licensed "as is" without any
11 * warranty of any kind, whether express or implied.
16 #include "kirkwood.dtsi"
17 #include "kirkwood-6281.dtsi"
20 model = "HP t5325 Thin Client";
21 compatible = "hp,t5325", "marvell,kirkwood-88f6281", "marvell,kirkwood";
24 device_type = "memory";
25 reg = <0x00000000 0x20000000>;
29 bootargs = "console=ttyS0,115200n8";
44 pinctrl: pin-controller@10000 {
45 pinctrl-0 = <&pmx_i2s &pmx_sysrst>;
46 pinctrl-names = "default";
48 pmx_button_power: pmx-button_power {
49 marvell,pins = "mpp45";
50 marvell,function = "gpio";
53 pmx_power_off: pmx-power-off {
54 marvell,pins = "mpp48";
55 marvell,function = "gpio";
59 marvell,pins = "mpp21";
60 marvell,function = "gpio";
63 pmx_usb_sata_power_enable: pmx-usb-sata-power-enable {
64 marvell,pins = "mpp44";
65 marvell,function = "gpio";
69 marvell,pins = "mpp1", "mpp2", "mpp3", "mpp7";
70 marvell,function = "spi";
73 pmx_sysrst: pmx-sysrst {
74 marvell,pins = "mpp6";
75 marvell,function = "sysrst";
79 marvell,pins = "mpp39", "mpp40", "mpp41", "mpp42",
81 marvell,function = "audio";
91 compatible = "st,m25p80", "jedec,spi-nor";
92 spi-max-frequency = <86000000>;
102 reg = <0x80000 0x40000>;
103 label = "SSD firmware";
107 reg = <0xc0000 0x10000>;
108 label = "u-boot env";
112 reg = <0xd0000 0x10000>;
113 label = "permanent u-boot env";
117 reg = <0xd0000 0x10000>;
118 label = "permanent u-boot env";
126 alc5621: alc5621@1a {
127 compatible = "realtek,alc5621";
129 #sound-dai-cells = <0>;
131 jack-det-ctrl = <0x4810>;
144 audio: audio-controller@a0000 {
150 compatible = "simple-bus";
151 #address-cells = <1>;
153 pinctrl-0 = <&pmx_usb_sata_power_enable>;
154 pinctrl-names = "default";
156 usb_power: regulator@1 {
157 compatible = "regulator-fixed";
159 regulator-name = "USB-SATA Power";
160 regulator-min-microvolt = <5000000>;
161 regulator-max-microvolt = <5000000>;
165 gpio = <&gpio1 12 GPIO_ACTIVE_HIGH>;
170 compatible = "gpio-keys";
171 #address-cells = <1>;
173 pinctrl-0 = <&pmx_button_power>;
174 pinctrl-names = "default";
177 label = "Power Button";
178 linux,code = <KEY_POWER>;
179 gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
184 compatible = "gpio-poweroff";
185 pinctrl-0 = <&pmx_power_off>;
186 pinctrl-names = "default";
187 gpios = <&gpio1 17 GPIO_ACTIVE_HIGH>;
191 compatible = "simple-audio-card";
192 simple-audio-card,format = "i2s";
193 simple-audio-card,routing =
194 "Headphone Jack", "HPL",
195 "Headphone Jack", "HPR",
197 "Speaker", "SPKOUTN",
200 simple-audio-card,widgets =
201 "Headphone", "Headphone Jack",
202 "Speaker", "Speaker",
203 "Microphone", "Mic Jack";
205 simple-audio-card,mclk-fs = <256>;
207 simple-audio-card,cpu {
208 sound-dai = <&audio>;
211 simple-audio-card,codec {
212 sound-dai = <&alc5621>;
220 ethphy0: ethernet-phy {
221 device_type = "ethernet-phy";
229 phy-handle = <ðphy0>;