| // SPDX-License-Identifier: (GPL-2.0 OR MIT) |
| // Copyright (C) 2023 In-Circuit GmbH |
| #include "sun7i-a20.dtsi" |
| #include "sunxi-common-regulators.dtsi" |
| #include <dt-bindings/interrupt-controller/irq.h> |
| cpu-supply = <®_dcdc2>; |
| pinctrl-names = "default"; |
| pinctrl-0 = <&gmac_mii_pins>; |
| interrupt-parent = <&nmi_intc>; |
| interrupts = <0 IRQ_TYPE_LEVEL_LOW>; |
| regulator-min-microvolt = <1000000>; |
| regulator-max-microvolt = <1400000>; |
| regulator-name = "vdd-cpu"; |
| regulator-min-microvolt = <1000000>; |
| regulator-max-microvolt = <1400000>; |
| regulator-name = "vdd-int-dll"; |
| regulator-name = "vdd-rtc"; |
| regulator-min-microvolt = <3000000>; |
| regulator-max-microvolt = <3000000>; |