--- /dev/null
+// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
+/dts-v1/;
+
+#include <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/input/input.h>
+
+#include "qca9557.dtsi"
+
+/ {
+ compatible = "avm,fritz450e", "qca,qca9556";
+ model = "AVM FRITZ!WLAN Repeater 450E";
+
+ aliases {
+ led-boot = &led_power_green;
+ led-failsafe = &led_power_green;
+ led-running = &led_power_green;
+ led-upgrade = &led_power_green;
+
+ label-mac-device = ð0;
+ };
+
+ chosen {
+ bootargs = "console=ttyS0,115200n8";
+ };
+
+ keys {
+ compatible = "gpio-keys";
+
+ reset {
+ label = "WPS";
+ linux,code = <KEY_WPS>;
+ gpios = <&gpio 4 GPIO_ACTIVE_HIGH>;
+ debounce-interval = <60>;
+ };
+ };lna0
+
+ leds {
+ compatible = "gpio-leds";
+
+ led_power_green: power_green {
+ label = "fritz450e:green:power";
+ gpios = <&gpio 14 GPIO_ACTIVE_HIGH>;
+ };
+
+ lan {
+ label = "fritz450e:green:lan";
+ gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
+ linux,default-trigger = "phy0tpt";
+ };
+
+ rssi2 {
+ label = "fritz450e:green:rssi2";
+ gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
+ };
+
+ rssi3 {
+ label = "fritz450e:green:rssi3";
+ gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
+ };
+
+ rssi4 {
+ label = "fritz450e:green:rssi4";
+ gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
+ };
+ };
+};
+
+ð0 {
+ status = "okay";
+
+ phy-mode = "sgmii";
+ phy-handle = <&phy0>;
+
+ pll-data = <0x03000000 0x00000101 0x00001313>;
+};
+
+ð1 {
+ compatible = "syscon", "simple-mfd";
+};
+
+&mdio1 {
+ phy0: ethernet-phy@0 {
+ reg = <0>;
+
+ reset-gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
+ };
+};
+
+&spi {
+ status = "okay";
+
+ num-cs = <1>;
+
+ flash@0 {
+ compatible = "jedec,spi-nor";
+ reg = <0>;
+ spi-max-frequency = <25000000>;
+
+ partitions {
+ compatible = "fixed-partitions";
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ partition@0 {
+ label = "urlader";
+ reg = <0x000000 0x020000>;
+ read-only;
+ };
+
+ partition@1 {
+ compatible = "avm,eva-firmware";
+ label = "firmware";
+ reg = <0x020000 0xee0000>;
+ };
+
+ partition@2 {
+ label = "tffs (1)";
+ reg = <0xf00000 0x080000>;
+ read-only;
+ };
+
+ partition@3 {
+ label = "tffs (2)";
+ reg = <0xf80000 0x080000>;
+ read-only;
+ };
+ };
+ };
+};
+
+&uart {
+ status = "okay";
+};
+
+&gpio {
+ mdc {
+ gpio-hog;
+ gpios = <12 0>;
+ output-high;
+ line-name = "fritz450e:pullup:mdc";
+ };
+
+ mdio {
+ gpio-hog;
+ gpios = <19 0>;
+ output-high;
+ line-name = "fritz450e:pullup:mdio";
+ };
+};
+
+&wmac {
+ status = "okay";
+
+ qca,no-eeprom;
+};