hardware.deviceTree.overlays.*.dtsText
NixOS option
Literal DTS contents, overlay is applied to each .dtb file matching “compatible” of the overlay.
type: null or stringDefault
null
Example
declared in: nixos/modules/hardware/device-tree.nixView source on NixOS/nixpkgs →''
/dts-v1/;
/plugin/;
/ {
compatible = "raspberrypi";
};
&{/soc} {
pps {
compatible = "pps-gpio";
status = "okay";
};
};
''