1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 // Copyright (C) 2022 Arm Ltd. 3 4 #include <dt-bindings/interrupt-controller/irq.h> 5 6 /dts-v1/; 7 8 #include "sun8i-t113s.dtsi" 9 #include "sunxi-d1s-t113-mangopi-mq-r.dtsi" 10 11 / { 12 model = "MangoPi MQ-R-T113"; 13 compatible = "widora,mangopi-mq-r-t113", "allwinner,sun8i-t113s"; 14 15 aliases { 16 ethernet0 = &rtl8189ftv; 17 }; 18 }; 19 20 &cpu0 { 21 cpu-supply = <®_vcc_core>; 22 }; 23 24 &cpu1 { 25 cpu-supply = <®_vcc_core>; 26 }; 27 28 &mmc1 { 29 rtl8189ftv: wifi@1 { 30 reg = <1>; 31 interrupt-parent = <&pio>; 32 interrupts = <6 10 IRQ_TYPE_LEVEL_LOW>; /* PG10 = WL_WAKE_AP */ 33 interrupt-names = "host-wake"; 34 }; 35 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.