realtek: Consolidate bootargs
[openwrt/staging/nbd.git] / target / linux / realtek / dts-5.10 / rtl8382_inaba_aml2-17gp.dts
index 87761ac46202324d2a97a388a6b7b66f07d3a09a..30960afff4d9735a1e6495c8ff0bc4ec6b6d14ba 100644 (file)
@@ -9,31 +9,22 @@
        compatible = "inaba,aml2-17gp", "realtek,rtl838x-soc";
        model = "INABA Abaniact AML2-17GP";
 
-       chosen {
-               bootargs = "console=ttyS0,115200";
-       };
-
        memory@0 {
                device_type = "memory";
                reg = <0x0 0x8000000>;
        };
 
        keys {
-               compatible = "gpio-keys-polled";
-               poll-interval = <20>;
+               compatible = "gpio-keys";
 
                reset {
                        label = "reset";
-                       gpios = <&gpio0 24 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_RESTART>;
                };
        };
 };
 
-&gpio0 {
-       indirect-access-bus-id = <0>;
-};
-
 &spi0 {
        status = "okay";