aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm64/boot/dts/renesas/ulcb-kf.dtsi14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/ulcb-kf.dtsi b/arch/arm64/boot/dts/renesas/ulcb-kf.dtsi
index 1923e5b8ee86..657ad1041965 100644
--- a/arch/arm64/boot/dts/renesas/ulcb-kf.dtsi
+++ b/arch/arm64/boot/dts/renesas/ulcb-kf.dtsi
@@ -53,6 +53,20 @@
53 interrupt-controller; 53 interrupt-controller;
54 interrupt-parent = <&gpio6>; 54 interrupt-parent = <&gpio6>;
55 interrupts = <8 IRQ_TYPE_EDGE_FALLING>; 55 interrupts = <8 IRQ_TYPE_EDGE_FALLING>;
56
57 hub_pwen {
58 gpio-hog;
59 gpios = <6 GPIO_ACTIVE_HIGH>;
60 output-high;
61 line-name = "HUB pwen";
62 };
63
64 hub_rst {
65 gpio-hog;
66 gpios = <7 GPIO_ACTIVE_HIGH>;
67 output-high;
68 line-name = "HUB rst";
69 };
56 }; 70 };
57 71
58 gpio_exp_75: gpio@75 { 72 gpio_exp_75: gpio@75 {