diff options
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dts b/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dts index 82b42c073c5e..81780ffcc7f0 100644 --- a/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dts +++ b/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dts | |||
@@ -254,6 +254,10 @@ | |||
254 | reset-assert-us = <10000>; | 254 | reset-assert-us = <10000>; |
255 | reset-deassert-us = <30000>; | 255 | reset-deassert-us = <30000>; |
256 | reset-gpios = <&gpio GPIOZ_15 (GPIO_ACTIVE_LOW | GPIO_OPEN_DRAIN)>; | 256 | reset-gpios = <&gpio GPIOZ_15 (GPIO_ACTIVE_LOW | GPIO_OPEN_DRAIN)>; |
257 | |||
258 | interrupt-parent = <&gpio_intc>; | ||
259 | /* MAC_INTR on GPIOZ_14 */ | ||
260 | interrupts = <26 IRQ_TYPE_LEVEL_LOW>; | ||
257 | }; | 261 | }; |
258 | }; | 262 | }; |
259 | 263 | ||