1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Copyright (C) 2019 Oceanic Systems (UK) Ltd.
4 * Copyright (C) 2019 Amarula Solutions B.V.
5 * Author: Jagan Teki <jagan@amarulasolutions.com>
10 #include "sun50i-a64-sopine.dtsi"
13 model = "Oceanic 5205 5inMFD";
14 compatible = "oceanic,5205-5inmfd", "allwinner,sun50i-a64";
22 stdout-path = "serial0:115200n8";
31 pinctrl-names = "default";
32 pinctrl-0 = <&rgmii_pins>;
34 phy-handle = <&ext_rgmii_phy>;
35 phy-supply = <®_dc1sw>;
36 allwinner,tx-delay-ps = <600>;
44 compatible = "goodix,gt911";
46 AVDD28-supply = <®_ldo_io0>; /* VDD_CTP: GPIO0-LDO */
47 interrupt-parent = <&pio>;
48 interrupts = <7 4 IRQ_TYPE_EDGE_FALLING>;
49 irq-gpios = <&pio 7 4 GPIO_ACTIVE_HIGH>; /* CTP-INT: PH4 */
50 reset-gpios = <&pio 7 11 GPIO_ACTIVE_HIGH>; /* CTP-RST: PH11 */
51 touchscreen-inverted-x;
52 touchscreen-inverted-y;
57 ext_rgmii_phy: ethernet-phy@1 {
58 compatible = "ethernet-phy-ieee802.3-c22";
68 regulator-name = "vcc-phy";
72 regulator-min-microvolt = <2800000>;
73 regulator-max-microvolt = <2800000>;
74 regulator-name = "vdd-ctp";
79 pinctrl-names = "default";
80 pinctrl-0 = <&uart0_pb_pins>;