- 4x 10/100M ethernet switch
Isn't that 10/100/1000?
+ model = "Buffalo WZR-1166DHP2 (BCM4708)";
We stopped adding SoC name to the "model" value, please drop it.
+
+ wireless1 {
+ label = "bcm53xx:amber:wireless";
+ gpios = <&hc595 7 GPIO_ACTIVE_HIGH>;
+ };
+ };
I'm wondering if all new DTS files should use "function" and "color"
instead of "label". That's preferred solution and I guess it's good idea
to use it for new code.