dtoc_test_noprops.dts 277 B

123456789101112131415161718192021
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. * Test device tree file for dtoc
  4. *
  5. * Copyright 2017 Google, Inc
  6. */
  7. /dts-v1/;
  8. / {
  9. #address-cells = <1>;
  10. #size-cells = <1>;
  11. i2c@0 {
  12. pmic@9 {
  13. compatible = "sandbox,pmic";
  14. bootph-all;
  15. reg = <9>;
  16. low-power;
  17. };
  18. };
  19. };