Instead of manipulating the main device tree, enabling i2s@1c22000 should be possible via overlay as well, like:     fragment@0 {         target-path = "/soc/i2s@1c22000";         __overlay__ {             status = "okay";         };     };   Hence the whole overlay: /dts-v1/; /plugin/; / {     compatible = "allwinner,sun8i-h3";     fragment@0 {         target-path = "/soc/i2s@1c22000";         __overlay__ {             status = "okay";         };     };     fragment@1 {        
  • Reputation Points