| // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
| * Copyright (C) 2019 Amarula Solutions B.V. |
| * Author: Jagan Teki <jagan@amarulasolutions.com> |
| #include "rk3399-nanopi4.dtsi" |
| model = "FriendlyARM NanoPi NEO4"; |
| compatible = "friendlyarm,nanopi-neo4", "rockchip,rk3399"; |
| compatible = "regulator-fixed"; |
| regulator-name = "vdd_5v"; |
| vcc5v0_core: vcc5v0-core { |
| compatible = "regulator-fixed"; |
| regulator-name = "vcc5v0_core"; |
| vcc5v0_usb1: vcc5v0-usb1 { |
| compatible = "regulator-fixed"; |
| regulator-name = "vcc5v0_usb1"; |
| vin-supply = <&vcc5v0_sys>; |
| vin-supply = <&vcc5v0_core>; |
| phy-supply = <&vcc5v0_usb1>; |