// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) #include "../../../arm64/boot/dts/qcom/Fritz_Box_HW270.dts" / { model = "AVM FRITZ!Repeater 3000 AX"; avm-hw-revision { compatible = "avm,avm_hw_revision"; revision = "270"; subrevision = "0"; }; avm-hui { compatible = "avm,hui"; pinctrl-0 = <&avm_button_pins>; pinctrl-names = "default"; status = "ok"; // The LED on this HWSubRev has a // special byteorder for the colors. // There are blue and green swapped, // so we have to swap the byteorder here. colors { // r b g normal = <0x07>, <0x00>, <0x0B>; warn = <0x0F>, <0x00>, <0x05>; error = <0x16>, <0x00>, <0x00>; }; repeater-connect { compatible = "avm,hui-generic-button-gpio"; gpios = <&tlmm 27 GPIO_ACTIVE_LOW>; }; }; pmuv8: pmu { compatible = "arm,cortex-a7-pmu"; }; }; &spi_2 { /* BLSP1 QUP2 */ pinctrl-0 = <&blsp2_spi1_pins>; pinctrl-names = "default"; cs-select = <0>; status = "ok"; avm-hui-lc882x@0 { compatible = "avm,hui-generic-lc882x"; spi-max-frequency = <400000>; reg = <0>; repeater-one-fr3000 { brightness-range = <25>, <127>; index = <1>; dimmable; }; repeater-rssi-color { brightness-range = <25>, <127>; index = <0>; dimmable; }; }; };