In dts file, a property with name “status” will be available. Even if this property not available in node, it can be added. To enable the node, make the status as “okay”
Ex: status = “okay”;
To disable a node, make the status as “disabled”.
Ex: status = “disabled”;