1 // SPDX-License-Identifier: GPL-2.0 OR MIT
3 * Copyright 2015 Endless Mobile, Inc.
4 * Author: Carlo Caione <carlo@endlessm.com>
9 #include <dt-bindings/gpio/gpio.h>
11 #include "meson8b.dtsi"
14 model = "TRONFY MXQ S805";
15 compatible = "tronfy,mxq", "amlogic,meson8b";
22 stdout-path = "serial0:115200n8";
26 device_type = "memory";
27 reg = <0x40000000 0x40000000>;
31 compatible = "iio-hwmon";
32 io-channels = <&saradc 8>;
35 vcck: regulator-vcck {
36 compatible = "pwm-regulator";
38 regulator-name = "VCCK";
39 regulator-min-microvolt = <860000>;
40 regulator-max-microvolt = <1140000>;
42 pwms = <&pwm_cd 0 1148 0>;
43 pwm-dutycycle-range = <100 0>;
49 vcc_1v8: regulator-vcc1v8 {
50 compatible = "regulator-fixed";
52 regulator-name = "VCC1V8";
53 regulator-min-microvolt = <1800000>;
54 regulator-max-microvolt = <1800000>;
56 vin-supply = <&vcc_3v3>;
59 vcc_3v3: regulator-vcc3v3 {
60 compatible = "regulator-fixed";
62 regulator-name = "VCC3V3";
63 regulator-min-microvolt = <3300000>;
64 regulator-max-microvolt = <3300000>;
66 vin-supply = <&vcc_5v>;
69 vcc_5v: regulator-vcc5v {
70 compatible = "regulator-fixed";
72 regulator-name = "VCC5V";
73 regulator-min-microvolt = <5000000>;
74 regulator-max-microvolt = <5000000>;
80 vddee: regulator-vddee {
81 compatible = "pwm-regulator";
83 regulator-name = "VDDEE";
84 regulator-min-microvolt = <860000>;
85 regulator-max-microvolt = <1140000>;
87 vin-supply = <&vcc_5v>;
89 pwms = <&pwm_cd 1 1148 0>;
90 pwm-dutycycle-range = <100 0>;
104 pinctrl-0 = <ð_rmii_pins>;
105 pinctrl-names = "default";
107 phy-handle = <ð_phy0>;
111 compatible = "snps,dwmac-mdio";
112 #address-cells = <1>;
115 eth_phy0: ethernet-phy@0 {
116 /* IC Plus IP101A/G (0x02430c54) */
119 reset-assert-us = <10000>;
120 reset-deassert-us = <10000>;
121 reset-gpios = <&gpio GPIOH_4 GPIO_ACTIVE_LOW>;
123 icplus,select-interrupt;
124 interrupt-parent = <&gpio_intc>;
126 interrupts = <17 IRQ_TYPE_LEVEL_LOW>;
132 mali-supply = <&vddee>;
137 vref-supply = <&vcc_1v8>;
143 pinctrl-0 = <&sd_b_pins>;
144 pinctrl-names = "default";
147 sd_card_slot: slot@1 {
148 compatible = "mmc-slot";
158 cd-gpios = <&gpio CARD_6 GPIO_ACTIVE_LOW>;
160 vmmc-supply = <&vcc_3v3>;
166 pinctrl-0 = <&pwm_c1_pins>, <&pwm_d_pins>;
167 pinctrl-names = "default";
168 clocks = <&xtal>, <&xtal>;
169 clock-names = "clkin0", "clkin1";
174 pinctrl-0 = <&uart_ao_a_pins>;
175 pinctrl-names = "default";