1 # SPDX-License-Identifier: GPL-2.0-or-later
2 # Copyright 2019 Lubomir Rintel <lkundrak@v3.sk>
5 $id: "http://devicetree.org/schemas/phy/marvell,mmp3-hsic-phy.yaml#"
6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
8 title: Marvell MMP3 HSIC PHY
11 - Lubomir Rintel <lkundrak@v3.sk>
15 const: marvell,mmp3-hsic-phy
19 description: base address of the device
23 description: GPIO connected to reset
34 additionalProperties: false
38 #include <dt-bindings/gpio/gpio.h>
40 compatible = "marvell,mmp3-hsic-phy";
41 reg = <0xf0001800 0x40>;
42 reset-gpios = <&gpio 63 GPIO_ACTIVE_HIGH>;