/* Copyright (c) 2015, The Linux Foundation. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * */ #include "../../../arm64/boot/dts/qcom/Fritz_Box_HW269.dts" #include "../../../../include/linux/avm_hw_config_def.h" / { model = "AVM FRITZ!Repeater 600 AX"; avm-hw-revision { compatible = "avm,avm_hw_revision"; revision = "269"; subrevision = "0"; }; avm-hui { compatible = "avm,hui"; pinctrl-0 = <&avm_led_pins>; repeater-all-in-one { compatible = "avm,hui-generic-led-gpio"; gpios = <&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@1 { compatible = "avm,hui-generic-button-gpio"; gpios = <&tlmm 45 GPIO_ACTIVE_LOW>; }; }; pmuv8: pmu { compatible = "arm,cortex-a7-pmu"; }; };