overlay_19.dts 221 B

123456789101112131415
  1. // SPDX-License-Identifier: GPL-2.0
  2. /dts-v1/;
  3. /plugin/;
  4. /* overlay_19 - notify test */
  5. &unittest_test_bus {
  6. #address-cells = <1>;
  7. #size-cells = <0>;
  8. test-unittest19 {
  9. compatible = "unittest";
  10. reg = <19>;
  11. };
  12. };