123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320 |
- // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
- // Copyright (c) 2016 ARM Ltd.
- /dts-v1/;
- #include "sun50i-a64.dtsi"
- #include "sun50i-a64-cpu-opp.dtsi"
- #include <dt-bindings/gpio/gpio.h>
- / {
- model = "Pine64";
- compatible = "pine64,pine64", "allwinner,sun50i-a64";
- aliases {
- ethernet0 = &emac;
- serial0 = &uart0;
- serial1 = &uart1;
- serial2 = &uart2;
- serial3 = &uart3;
- serial4 = &uart4;
- };
- chosen {
- stdout-path = "serial0:115200n8";
- };
- hdmi-connector {
- compatible = "hdmi-connector";
- type = "a";
- port {
- hdmi_con_in: endpoint {
- remote-endpoint = <&hdmi_out_con>;
- };
- };
- };
- };
- &codec {
- status = "okay";
- };
- &codec_analog {
- cpvdd-supply = <®_eldo1>;
- status = "okay";
- };
- &cpu0 {
- cpu-supply = <®_dcdc2>;
- };
- &cpu1 {
- cpu-supply = <®_dcdc2>;
- };
- &cpu2 {
- cpu-supply = <®_dcdc2>;
- };
- &cpu3 {
- cpu-supply = <®_dcdc2>;
- };
- &dai {
- status = "okay";
- };
- &de {
- status = "okay";
- };
- &ehci0 {
- status = "okay";
- };
- &ehci1 {
- status = "okay";
- };
- &emac {
- pinctrl-names = "default";
- pinctrl-0 = <&rmii_pins>;
- phy-mode = "rmii";
- phy-handle = <&ext_rmii_phy1>;
- phy-supply = <®_dc1sw>;
- status = "okay";
- };
- &hdmi {
- hvcc-supply = <®_dldo1>;
- status = "okay";
- };
- &hdmi_out {
- hdmi_out_con: endpoint {
- remote-endpoint = <&hdmi_con_in>;
- };
- };
- &i2c1 {
- status = "okay";
- };
- &i2c1_pins {
- bias-pull-up;
- };
- &mdio {
- ext_rmii_phy1: ethernet-phy@1 {
- compatible = "ethernet-phy-ieee802.3-c22";
- reg = <1>;
- };
- };
- &mmc0 {
- pinctrl-names = "default";
- pinctrl-0 = <&mmc0_pins>;
- vmmc-supply = <®_dcdc1>;
- cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>;
- disable-wp;
- bus-width = <4>;
- status = "okay";
- };
- &ohci0 {
- status = "okay";
- };
- &ohci1 {
- status = "okay";
- };
- &r_rsb {
- status = "okay";
- axp803: pmic@3a3 {
- compatible = "x-powers,axp803";
- reg = <0x3a3>;
- interrupt-parent = <&r_intc>;
- interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_LOW>;
- };
- };
- #include "axp803.dtsi"
- &ac_power_supply {
- status = "okay";
- };
- &battery_power_supply {
- status = "okay";
- };
- ®_aldo2 {
- regulator-always-on;
- regulator-min-microvolt = <1800000>;
- regulator-max-microvolt = <3300000>;
- regulator-name = "vcc-pl";
- };
- ®_aldo3 {
- regulator-always-on;
- regulator-min-microvolt = <3000000>;
- regulator-max-microvolt = <3000000>;
- regulator-name = "vcc-pll-avcc";
- };
- ®_dc1sw {
- regulator-name = "vcc-phy";
- };
- ®_dcdc1 {
- regulator-always-on;
- regulator-min-microvolt = <3300000>;
- regulator-max-microvolt = <3300000>;
- regulator-name = "vcc-3v3";
- };
- ®_dcdc2 {
- regulator-always-on;
- regulator-min-microvolt = <1040000>;
- regulator-max-microvolt = <1300000>;
- regulator-name = "vdd-cpux";
- };
- /* DCDC3 is polyphased with DCDC2 */
- /*
- * The DRAM chips used by Pine64 boards are DDR3L-compatible, so they can
- * work at 1.35V with less power consumption.
- * As AXP803 DCDC5 cannot reach 1.35V accurately, use 1.36V instead.
- */
- ®_dcdc5 {
- regulator-always-on;
- regulator-min-microvolt = <1360000>;
- regulator-max-microvolt = <1360000>;
- regulator-name = "vcc-dram";
- };
- ®_dcdc6 {
- regulator-always-on;
- regulator-min-microvolt = <1100000>;
- regulator-max-microvolt = <1100000>;
- regulator-name = "vdd-sys";
- };
- ®_dldo1 {
- regulator-min-microvolt = <3300000>;
- regulator-max-microvolt = <3300000>;
- regulator-name = "vcc-hdmi";
- };
- ®_dldo2 {
- regulator-min-microvolt = <3300000>;
- regulator-max-microvolt = <3300000>;
- regulator-name = "vcc-mipi";
- };
- ®_dldo4 {
- regulator-min-microvolt = <3300000>;
- regulator-max-microvolt = <3300000>;
- regulator-name = "vcc-wifi";
- };
- ®_eldo1 {
- regulator-min-microvolt = <1800000>;
- regulator-max-microvolt = <1800000>;
- regulator-name = "cpvdd";
- };
- ®_fldo1 {
- regulator-min-microvolt = <1200000>;
- regulator-max-microvolt = <1200000>;
- regulator-name = "vcc-1v2-hsic";
- };
- /*
- * The A64 chip cannot work without this regulator off, although
- * it seems to be only driving the AR100 core.
- * Maybe we don't still know well about CPUs domain.
- */
- ®_fldo2 {
- regulator-always-on;
- regulator-min-microvolt = <1100000>;
- regulator-max-microvolt = <1100000>;
- regulator-name = "vdd-cpus";
- };
- ®_rtc_ldo {
- regulator-name = "vcc-rtc";
- };
- &simplefb_hdmi {
- vcc-hdmi-supply = <®_dldo1>;
- };
- &sound {
- simple-audio-card,aux-devs = <&codec_analog>;
- simple-audio-card,widgets = "Microphone", "Microphone Jack",
- "Headphone", "Headphone Jack";
- simple-audio-card,routing =
- "Left DAC", "DACL",
- "Right DAC", "DACR",
- "Headphone Jack", "HP",
- "ADCL", "Left ADC",
- "ADCR", "Right ADC",
- "MIC2", "Microphone Jack";
- status = "okay";
- };
- /* On Euler connector */
- &spdif {
- status = "disabled";
- };
- /* On Exp and Euler connectors */
- &uart0 {
- pinctrl-names = "default";
- pinctrl-0 = <&uart0_pb_pins>;
- status = "okay";
- };
- /* On Wifi/BT connector, with RTS/CTS */
- &uart1 {
- pinctrl-names = "default";
- pinctrl-0 = <&uart1_pins>, <&uart1_rts_cts_pins>;
- status = "disabled";
- };
- /* On Pi-2 connector */
- &uart2 {
- pinctrl-names = "default";
- pinctrl-0 = <&uart2_pins>;
- status = "disabled";
- };
- /* On Euler connector */
- &uart3 {
- pinctrl-names = "default";
- pinctrl-0 = <&uart3_pins>;
- status = "disabled";
- };
- /* On Euler connector, RTS/CTS optional */
- &uart4 {
- pinctrl-names = "default";
- pinctrl-0 = <&uart4_pins>;
- status = "disabled";
- };
- &usb_otg {
- dr_mode = "host";
- status = "okay";
- };
- &usbphy {
- status = "okay";
- };
|