|
@@ -95,6 +95,9 @@
|
|
phy-handle = <&phy>;
|
|
phy-handle = <&phy>;
|
|
|
|
|
|
mdio {
|
|
mdio {
|
|
|
|
+ #address-cells = <1>;
|
|
|
|
+ #size-cells = <0>;
|
|
|
|
+
|
|
phy: phy@1 {
|
|
phy: phy@1 {
|
|
compatible = "ethernet-phy-ieee802.3-c22";
|
|
compatible = "ethernet-phy-ieee802.3-c22";
|
|
reg = <1>;
|
|
reg = <1>;
|
|
@@ -149,8 +152,9 @@
|
|
poll-interval = <60>; /* 3 * 20 = 60ms */
|
|
poll-interval = <60>; /* 3 * 20 = 60ms */
|
|
autorepeat;
|
|
autorepeat;
|
|
|
|
|
|
- button@1 {
|
|
|
|
- label = "Reset button";
|
|
|
|
|
|
+ reset {
|
|
|
|
+ /* Label as per Meraki's "MR24 Installation Guide" */
|
|
|
|
+ label = "Factory Reset Button";
|
|
linux,code = <KEY_RESTART>;
|
|
linux,code = <KEY_RESTART>;
|
|
gpios = <&GPIO0 16 GPIO_ACTIVE_LOW>;
|
|
gpios = <&GPIO0 16 GPIO_ACTIVE_LOW>;
|
|
};
|
|
};
|