1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0 2*f126890aSEmmanuel Vadot/* 3*f126890aSEmmanuel Vadot * Device Tree file for HP t5325 Thin Client" 4*f126890aSEmmanuel Vadot * 5*f126890aSEmmanuel Vadot * Copyright (C) 2014 6*f126890aSEmmanuel Vadot * 7*f126890aSEmmanuel Vadot * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 8*f126890aSEmmanuel Vadot * Andrew Lunn <andrew@lunn.ch> 9*f126890aSEmmanuel Vadot * 10*f126890aSEmmanuel Vadot*/ 11*f126890aSEmmanuel Vadot 12*f126890aSEmmanuel Vadot/dts-v1/; 13*f126890aSEmmanuel Vadot 14*f126890aSEmmanuel Vadot#include "kirkwood.dtsi" 15*f126890aSEmmanuel Vadot#include "kirkwood-6281.dtsi" 16*f126890aSEmmanuel Vadot 17*f126890aSEmmanuel Vadot/ { 18*f126890aSEmmanuel Vadot model = "HP t5325 Thin Client"; 19*f126890aSEmmanuel Vadot compatible = "hp,t5325", "marvell,kirkwood-88f6281", "marvell,kirkwood"; 20*f126890aSEmmanuel Vadot 21*f126890aSEmmanuel Vadot memory { 22*f126890aSEmmanuel Vadot device_type = "memory"; 23*f126890aSEmmanuel Vadot reg = <0x00000000 0x20000000>; 24*f126890aSEmmanuel Vadot }; 25*f126890aSEmmanuel Vadot 26*f126890aSEmmanuel Vadot chosen { 27*f126890aSEmmanuel Vadot bootargs = "console=ttyS0,115200n8"; 28*f126890aSEmmanuel Vadot stdout-path = &uart0; 29*f126890aSEmmanuel Vadot }; 30*f126890aSEmmanuel Vadot 31*f126890aSEmmanuel Vadot ocp@f1000000 { 32*f126890aSEmmanuel Vadot pinctrl: pin-controller@10000 { 33*f126890aSEmmanuel Vadot pinctrl-0 = <&pmx_i2s &pmx_sysrst>; 34*f126890aSEmmanuel Vadot pinctrl-names = "default"; 35*f126890aSEmmanuel Vadot 36*f126890aSEmmanuel Vadot pmx_button_power: pmx-button_power { 37*f126890aSEmmanuel Vadot marvell,pins = "mpp45"; 38*f126890aSEmmanuel Vadot marvell,function = "gpio"; 39*f126890aSEmmanuel Vadot }; 40*f126890aSEmmanuel Vadot 41*f126890aSEmmanuel Vadot pmx_power_off: pmx-power-off { 42*f126890aSEmmanuel Vadot marvell,pins = "mpp48"; 43*f126890aSEmmanuel Vadot marvell,function = "gpio"; 44*f126890aSEmmanuel Vadot }; 45*f126890aSEmmanuel Vadot 46*f126890aSEmmanuel Vadot pmx_led: pmx-led { 47*f126890aSEmmanuel Vadot marvell,pins = "mpp21"; 48*f126890aSEmmanuel Vadot marvell,function = "gpio"; 49*f126890aSEmmanuel Vadot }; 50*f126890aSEmmanuel Vadot 51*f126890aSEmmanuel Vadot pmx_usb_sata_power_enable: pmx-usb-sata-power-enable { 52*f126890aSEmmanuel Vadot marvell,pins = "mpp44"; 53*f126890aSEmmanuel Vadot marvell,function = "gpio"; 54*f126890aSEmmanuel Vadot }; 55*f126890aSEmmanuel Vadot 56*f126890aSEmmanuel Vadot pmx_spi: pmx-spi { 57*f126890aSEmmanuel Vadot marvell,pins = "mpp1", "mpp2", "mpp3", "mpp7"; 58*f126890aSEmmanuel Vadot marvell,function = "spi"; 59*f126890aSEmmanuel Vadot }; 60*f126890aSEmmanuel Vadot 61*f126890aSEmmanuel Vadot pmx_sysrst: pmx-sysrst { 62*f126890aSEmmanuel Vadot marvell,pins = "mpp6"; 63*f126890aSEmmanuel Vadot marvell,function = "sysrst"; 64*f126890aSEmmanuel Vadot }; 65*f126890aSEmmanuel Vadot 66*f126890aSEmmanuel Vadot pmx_i2s: pmx-i2s { 67*f126890aSEmmanuel Vadot marvell,pins = "mpp39", "mpp40", "mpp41", "mpp42", 68*f126890aSEmmanuel Vadot "mpp43"; 69*f126890aSEmmanuel Vadot marvell,function = "audio"; 70*f126890aSEmmanuel Vadot }; 71*f126890aSEmmanuel Vadot }; 72*f126890aSEmmanuel Vadot 73*f126890aSEmmanuel Vadot spi@10600 { 74*f126890aSEmmanuel Vadot status = "okay"; 75*f126890aSEmmanuel Vadot 76*f126890aSEmmanuel Vadot flash@0 { 77*f126890aSEmmanuel Vadot #address-cells = <1>; 78*f126890aSEmmanuel Vadot #size-cells = <1>; 79*f126890aSEmmanuel Vadot compatible = "st,m25p80", "jedec,spi-nor"; 80*f126890aSEmmanuel Vadot spi-max-frequency = <86000000>; 81*f126890aSEmmanuel Vadot reg = <0>; 82*f126890aSEmmanuel Vadot mode = <0>; 83*f126890aSEmmanuel Vadot 84*f126890aSEmmanuel Vadot partition@0 { 85*f126890aSEmmanuel Vadot reg = <0x0 0x80000>; 86*f126890aSEmmanuel Vadot label = "u-boot"; 87*f126890aSEmmanuel Vadot }; 88*f126890aSEmmanuel Vadot 89*f126890aSEmmanuel Vadot partition@1 { 90*f126890aSEmmanuel Vadot reg = <0x80000 0x40000>; 91*f126890aSEmmanuel Vadot label = "SSD firmware"; 92*f126890aSEmmanuel Vadot }; 93*f126890aSEmmanuel Vadot 94*f126890aSEmmanuel Vadot partition@2 { 95*f126890aSEmmanuel Vadot reg = <0xc0000 0x10000>; 96*f126890aSEmmanuel Vadot label = "u-boot env"; 97*f126890aSEmmanuel Vadot }; 98*f126890aSEmmanuel Vadot 99*f126890aSEmmanuel Vadot partition@3 { 100*f126890aSEmmanuel Vadot reg = <0xd0000 0x10000>; 101*f126890aSEmmanuel Vadot label = "permanent u-boot env"; 102*f126890aSEmmanuel Vadot }; 103*f126890aSEmmanuel Vadot 104*f126890aSEmmanuel Vadot partition@4 { 105*f126890aSEmmanuel Vadot reg = <0xd0000 0x10000>; 106*f126890aSEmmanuel Vadot label = "permanent u-boot env"; 107*f126890aSEmmanuel Vadot }; 108*f126890aSEmmanuel Vadot }; 109*f126890aSEmmanuel Vadot }; 110*f126890aSEmmanuel Vadot 111*f126890aSEmmanuel Vadot i2c@11000 { 112*f126890aSEmmanuel Vadot status = "okay"; 113*f126890aSEmmanuel Vadot 114*f126890aSEmmanuel Vadot alc5621: alc5621@1a { 115*f126890aSEmmanuel Vadot compatible = "realtek,alc5621"; 116*f126890aSEmmanuel Vadot reg = <0x1a>; 117*f126890aSEmmanuel Vadot #sound-dai-cells = <0>; 118*f126890aSEmmanuel Vadot add-ctrl = <0x3700>; 119*f126890aSEmmanuel Vadot jack-det-ctrl = <0x4810>; 120*f126890aSEmmanuel Vadot }; 121*f126890aSEmmanuel Vadot }; 122*f126890aSEmmanuel Vadot 123*f126890aSEmmanuel Vadot serial@12000 { 124*f126890aSEmmanuel Vadot status = "okay"; 125*f126890aSEmmanuel Vadot }; 126*f126890aSEmmanuel Vadot 127*f126890aSEmmanuel Vadot sata@80000 { 128*f126890aSEmmanuel Vadot status = "okay"; 129*f126890aSEmmanuel Vadot nr-ports = <2>; 130*f126890aSEmmanuel Vadot }; 131*f126890aSEmmanuel Vadot 132*f126890aSEmmanuel Vadot audio: audio-controller@a0000 { 133*f126890aSEmmanuel Vadot status = "okay"; 134*f126890aSEmmanuel Vadot }; 135*f126890aSEmmanuel Vadot }; 136*f126890aSEmmanuel Vadot 137*f126890aSEmmanuel Vadot regulators { 138*f126890aSEmmanuel Vadot compatible = "simple-bus"; 139*f126890aSEmmanuel Vadot #address-cells = <1>; 140*f126890aSEmmanuel Vadot #size-cells = <0>; 141*f126890aSEmmanuel Vadot pinctrl-0 = <&pmx_usb_sata_power_enable>; 142*f126890aSEmmanuel Vadot pinctrl-names = "default"; 143*f126890aSEmmanuel Vadot 144*f126890aSEmmanuel Vadot usb_power: regulator@1 { 145*f126890aSEmmanuel Vadot compatible = "regulator-fixed"; 146*f126890aSEmmanuel Vadot reg = <1>; 147*f126890aSEmmanuel Vadot regulator-name = "USB-SATA Power"; 148*f126890aSEmmanuel Vadot regulator-min-microvolt = <5000000>; 149*f126890aSEmmanuel Vadot regulator-max-microvolt = <5000000>; 150*f126890aSEmmanuel Vadot enable-active-high; 151*f126890aSEmmanuel Vadot regulator-always-on; 152*f126890aSEmmanuel Vadot regulator-boot-on; 153*f126890aSEmmanuel Vadot gpio = <&gpio1 12 GPIO_ACTIVE_HIGH>; 154*f126890aSEmmanuel Vadot }; 155*f126890aSEmmanuel Vadot }; 156*f126890aSEmmanuel Vadot 157*f126890aSEmmanuel Vadot gpio_keys { 158*f126890aSEmmanuel Vadot compatible = "gpio-keys"; 159*f126890aSEmmanuel Vadot #address-cells = <1>; 160*f126890aSEmmanuel Vadot #size-cells = <0>; 161*f126890aSEmmanuel Vadot pinctrl-0 = <&pmx_button_power>; 162*f126890aSEmmanuel Vadot pinctrl-names = "default"; 163*f126890aSEmmanuel Vadot 164*f126890aSEmmanuel Vadot power { 165*f126890aSEmmanuel Vadot label = "Power Button"; 166*f126890aSEmmanuel Vadot linux,code = <KEY_POWER>; 167*f126890aSEmmanuel Vadot gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>; 168*f126890aSEmmanuel Vadot }; 169*f126890aSEmmanuel Vadot }; 170*f126890aSEmmanuel Vadot 171*f126890aSEmmanuel Vadot gpio_poweroff { 172*f126890aSEmmanuel Vadot compatible = "gpio-poweroff"; 173*f126890aSEmmanuel Vadot pinctrl-0 = <&pmx_power_off>; 174*f126890aSEmmanuel Vadot pinctrl-names = "default"; 175*f126890aSEmmanuel Vadot gpios = <&gpio1 17 GPIO_ACTIVE_HIGH>; 176*f126890aSEmmanuel Vadot }; 177*f126890aSEmmanuel Vadot 178*f126890aSEmmanuel Vadot sound { 179*f126890aSEmmanuel Vadot compatible = "simple-audio-card"; 180*f126890aSEmmanuel Vadot simple-audio-card,format = "i2s"; 181*f126890aSEmmanuel Vadot simple-audio-card,routing = 182*f126890aSEmmanuel Vadot "Headphone Jack", "HPL", 183*f126890aSEmmanuel Vadot "Headphone Jack", "HPR", 184*f126890aSEmmanuel Vadot "Speaker", "SPKOUT", 185*f126890aSEmmanuel Vadot "Speaker", "SPKOUTN", 186*f126890aSEmmanuel Vadot "MIC1", "Mic Jack", 187*f126890aSEmmanuel Vadot "MIC2", "Mic Jack"; 188*f126890aSEmmanuel Vadot simple-audio-card,widgets = 189*f126890aSEmmanuel Vadot "Headphone", "Headphone Jack", 190*f126890aSEmmanuel Vadot "Speaker", "Speaker", 191*f126890aSEmmanuel Vadot "Microphone", "Mic Jack"; 192*f126890aSEmmanuel Vadot 193*f126890aSEmmanuel Vadot simple-audio-card,mclk-fs = <256>; 194*f126890aSEmmanuel Vadot 195*f126890aSEmmanuel Vadot simple-audio-card,cpu { 196*f126890aSEmmanuel Vadot sound-dai = <&audio>; 197*f126890aSEmmanuel Vadot }; 198*f126890aSEmmanuel Vadot 199*f126890aSEmmanuel Vadot simple-audio-card,codec { 200*f126890aSEmmanuel Vadot sound-dai = <&alc5621>; 201*f126890aSEmmanuel Vadot }; 202*f126890aSEmmanuel Vadot }; 203*f126890aSEmmanuel Vadot}; 204*f126890aSEmmanuel Vadot 205*f126890aSEmmanuel Vadot&mdio { 206*f126890aSEmmanuel Vadot status = "okay"; 207*f126890aSEmmanuel Vadot 208*f126890aSEmmanuel Vadot ethphy0: ethernet-phy@8 { 209*f126890aSEmmanuel Vadot device_type = "ethernet-phy"; 210*f126890aSEmmanuel Vadot reg = <8>; 211*f126890aSEmmanuel Vadot }; 212*f126890aSEmmanuel Vadot}; 213*f126890aSEmmanuel Vadot 214*f126890aSEmmanuel Vadotð0 { 215*f126890aSEmmanuel Vadot status = "okay"; 216*f126890aSEmmanuel Vadot ethernet0-port@0 { 217*f126890aSEmmanuel Vadot phy-handle = <ðphy0>; 218*f126890aSEmmanuel Vadot }; 219*f126890aSEmmanuel Vadot}; 220*f126890aSEmmanuel Vadot 221*f126890aSEmmanuel Vadot&pciec { 222*f126890aSEmmanuel Vadot status = "okay"; 223*f126890aSEmmanuel Vadot}; 224*f126890aSEmmanuel Vadot 225*f126890aSEmmanuel Vadot&pcie0 { 226*f126890aSEmmanuel Vadot status = "okay"; 227*f126890aSEmmanuel Vadot}; 228