// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) #include "../../../arm64/boot/dts/qcom/Fritz_Box_HW268.dts" / { model = "AVM FRITZ!Repeater 1200 AX"; avm-hw-revision { compatible = "avm,avm_hw_revision"; revision = "268"; subrevision = "0"; }; avm-hui { compatible = "avm,hui"; pinctrl-0 = <&avm_led_pins>; pinctrl-names = "default"; status = "ok"; repeater-all-in-one { compatible = "avm,hui-generic-led-gpio"; gpios = <&tlmm 13 GPIO_ACTIVE_HIGH>, /*--- r ---*/ <&tlmm 36 GPIO_ACTIVE_HIGH>, /*--- g ---*/ <&tlmm 37 GPIO_ACTIVE_HIGH>; /*--- y ---*/ colors { normal = <0x00>, <0xFF>, <0x00>; warn = <0x00>, <0x00>, <0xFF>; error = <0xFF>, <0x00>, <0x00>; }; }; repeater-connect { compatible = "avm,hui-generic-button-gpio"; gpios = <&tlmm 27 GPIO_ACTIVE_LOW>; }; }; pmuv8: pmu { compatible = "arm,cortex-a7-pmu"; }; };