> + scu = <&syscon>; This property can be moved into the .dtsi file. It should not matter if .dts files are using the old compatible, it will be ignored. But having it in the .dtsi makes it easier to .dts files changing to the new compatible. Andrew