• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/dts-v1/;
2
3/*
4 * https://github.com/dgibson/dtc/issues/64
5 *
6 * Certain dtc versions had a bug where this input caused an infinite
7 * loop in check_property_phandle_args().
8 *
9 */
10
11/ {
12    clocks = <&ref &ref>;
13
14    ref: poc {
15        phandle = <1>;
16        #clock-cells = <0xffffffff>;
17    };
18};
19