ramips: simplify state_default/pinctrl0 in device DTS files
[openwrt/openwrt.git] / target / linux / ramips / dts / rt5350_nixcore_x1.dtsi
index 1702d74db7f25cbef0f8f4f5c9617cc1e7960479..17f1497bfcc4220e403352d48ef2adeb5e24fce0 100644 (file)
        reset-names = "gpio uartf";
 };
 
-&pinctrl {
-       state_default: pinctrl0 {
-               gpio {
-                       ralink,group = "jtag", "led", "spi_cs1";
-                       ralink,function = "gpio";
-               };
+&state_default {
+       gpio {
+               ralink,group = "jtag", "led", "spi_cs1";
+               ralink,function = "gpio";
        };
 };