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";
34 pinctrl: pin-controller@10000 {
35 pinctrl-0 = <&pmx_i2s &pmx_sysrst>;
36 pinctrl-names = "default";
38 pmx_button_power: pmx-button_power {
39 marvell,pins = "mpp45";
40 marvell,function = "gpio";
43 pmx_power_off: pmx-power-off {
44 marvell,pins = "mpp48";
45 marvell,function = "gpio";
49 marvell,pins = "mpp21";
50 marvell,function = "gpio";
53 pmx_usb_sata_power_enable: pmx-usb-sata-power-enable {
54 marvell,pins = "mpp44";
55 marvell,function = "gpio";
59 marvell,pins = "mpp1", "mpp2", "mpp3", "mpp7";
60 marvell,function = "spi";
63 pmx_sysrst: pmx-sysrst {
64 marvell,pins = "mpp6";
65 marvell,function = "sysrst";
69 marvell,pins = "mpp39", "mpp40", "mpp41", "mpp42",
71 marvell,function = "audio";
81 compatible = "st,m25p80", "jedec,spi-nor";
82 spi-max-frequency = <86000000>;
92 reg = <0x80000 0x40000>;
93 label = "SSD firmware";
97 reg = <0xc0000 0x10000>;
102 reg = <0xd0000 0x10000>;
103 label = "permanent u-boot env";
107 reg = <0xd0000 0x10000>;
108 label = "permanent u-boot env";
116 alc5621: alc5621@1a {
117 compatible = "realtek,alc5621";
119 #sound-dai-cells = <0>;
121 jack-det-ctrl = <0x4810>;
134 audio: audio-controller@a0000 {
140 compatible = "simple-bus";
141 #address-cells = <1>;
143 pinctrl-0 = <&pmx_usb_sata_power_enable>;
144 pinctrl-names = "default";
146 usb_power: regulator@1 {
147 compatible = "regulator-fixed";
149 regulator-name = "USB-SATA Power";
150 regulator-min-microvolt = <5000000>;
151 regulator-max-microvolt = <5000000>;
155 gpio = <&gpio1 12 GPIO_ACTIVE_HIGH>;
160 compatible = "gpio-keys";
161 #address-cells = <1>;
163 pinctrl-0 = <&pmx_button_power>;
164 pinctrl-names = "default";
167 label = "Power Button";
168 linux,code = <KEY_POWER>;
169 gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
174 compatible = "gpio-poweroff";
175 pinctrl-0 = <&pmx_power_off>;
176 pinctrl-names = "default";
177 gpios = <&gpio1 17 GPIO_ACTIVE_HIGH>;
181 compatible = "simple-audio-card";
182 simple-audio-card,format = "i2s";
183 simple-audio-card,routing =
184 "Headphone Jack", "HPL",
185 "Headphone Jack", "HPR",
187 "Speaker", "SPKOUTN",
190 simple-audio-card,widgets =
191 "Headphone", "Headphone Jack",
192 "Speaker", "Speaker",
193 "Microphone", "Mic Jack";
195 simple-audio-card,mclk-fs = <256>;
197 simple-audio-card,cpu {
198 sound-dai = <&audio>;
201 simple-audio-card,codec {
202 sound-dai = <&alc5621>;
210 ethphy0: ethernet-phy@8 {
211 device_type = "ethernet-phy";
219 phy-handle = <ðphy0>;