};
        };
 
-       gpio-keys {
-               compatible = "gpio-keys";
-
-               ps0-presence {
-                       label = "ps0-presence";
-                       gpios = <&gpio0 ASPEED_GPIO(S, 0) GPIO_ACTIVE_LOW>;
-                       linux,code = <ASPEED_GPIO(S, 0)>;
-               };
-
-               ps1-presence {
-                       label = "ps1-presence";
-                       gpios = <&gpio0 ASPEED_GPIO(S, 1) GPIO_ACTIVE_LOW>;
-                       linux,code = <ASPEED_GPIO(S, 1)>;
-               };
-
-               ps2-presence {
-                       label = "ps2-presence";
-                       gpios = <&gpio0 ASPEED_GPIO(S, 2) GPIO_ACTIVE_LOW>;
-                       linux,code = <ASPEED_GPIO(S, 2)>;
-               };
-
-               ps3-presence {
-                       label = "ps3-presence";
-                       gpios = <&gpio0 ASPEED_GPIO(S, 3) GPIO_ACTIVE_LOW>;
-                       linux,code = <ASPEED_GPIO(S, 3)>;
-               };
-       };
-
        i2c2mux: i2cmux {
                compatible = "i2c-mux-gpio";
                #address-cells = <1>;