// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) #include "../../../arm64/boot/dts/qcom/Fritz_Box_HW275.dts" / { model = "AVM FRITZ!Powerline 1240 AX"; avm-hw-revision { compatible = "avm,avm_hw_revision"; revision = "275"; subrevision = "0"; }; avm-plc { compatible = "avm,gpio-aggregator"; pinctrl-0 = <&avm_plc_pins>; pinctrl-names = "default"; gpios = <&tlmm 17 GPIO_ACTIVE_LOW>; gpio-line-names = "avm-plc-reset"; }; avm-hui { compatible = "avm,hui"; pinctrl-0 = <&avm_led_pins>; pinctrl-names = "default"; status = "ok"; repeater-one-no-rssi { compatible = "avm,hui-generic-led-gpio"; gpios = <&tlmm 28 GPIO_ACTIVE_HIGH>, /* connect yellow */ <&tlmm 19 GPIO_ACTIVE_HIGH>; /* connect green */ colors { normal = <0x00>, <0xFF>, <0x00>; warn = <0xFF>, <0x00>, <0x00>; error = <0xFF>, <0x00>, <0x00>; }; }; repeater-plc-wlan { compatible = "avm,hui-generic-led-gpio"; gpios = <&tlmm 29 GPIO_ACTIVE_HIGH>; }; repeater-plc { compatible = "avm,hui-generic-led-gpio"; gpios = <&tlmm 13 GPIO_ACTIVE_HIGH>; }; plc-connect { compatible = "avm,hui-generic-button-gpio"; gpios = <&tlmm 27 GPIO_ACTIVE_LOW>; }; }; pmuv8: pmu { compatible = "arm,cortex-a7-pmu"; }; };