Gaurav Minocha | ae9304c | 2014-07-16 23:09:39 -0700 | [diff] [blame] | 1 | /dts-v1/; |
Pantelis Antoniou | 201c910 | 2014-07-04 19:58:49 +0300 | [diff] [blame] | 2 | / { |
| 3 | testcase-data { |
| 4 | changeset { |
| 5 | prop-update = "hello"; |
| 6 | prop-remove = "world"; |
| 7 | node-remove { |
| 8 | }; |
| 9 | }; |
| 10 | }; |
| 11 | }; |
Grant Likely | b519051 | 2014-02-18 21:46:16 +0000 | [diff] [blame] | 12 | #include "tests-phandle.dtsi" |
| 13 | #include "tests-interrupts.dtsi" |
Grant Likely | 1f42e5d | 2014-02-18 21:38:55 +0000 | [diff] [blame] | 14 | #include "tests-match.dtsi" |
Rob Herring | fb2caa5 | 2014-05-13 10:07:54 -0500 | [diff] [blame] | 15 | #include "tests-platform.dtsi" |
Grant Likely | 2eb46da | 2014-10-02 14:36:46 +0100 | [diff] [blame] | 16 | |
| 17 | /* |
| 18 | * phandle fixup data - generated by dtc patches that aren't upstream. |
| 19 | * This data must be regenerated whenever phandle references are modified in |
| 20 | * the testdata tree. |
| 21 | * |
| 22 | * The format of this data may be subject to change. For the time being consider |
| 23 | * this a kernel-internal data format. |
| 24 | */ |
| 25 | / { __local_fixups__ { |
Pantelis Antoniou | da56d04 | 2014-10-28 22:33:49 +0200 | [diff] [blame] | 26 | testcase-data { |
| 27 | phandle-tests { |
| 28 | consumer-a { |
| 29 | phandle-list = <0x00000000 0x00000008 |
| 30 | 0x00000018 0x00000028 |
| 31 | 0x00000034 0x00000038>; |
| 32 | phandle-list-bad-args = <0x00000000 0x0000000c>; |
| 33 | }; |
| 34 | }; |
| 35 | interrupts { |
| 36 | intmap0 { |
| 37 | interrupt-map = <0x00000004 0x00000010 |
| 38 | 0x00000024 0x00000034>; |
| 39 | }; |
| 40 | intmap1 { |
| 41 | interrupt-map = <0x0000000c>; |
| 42 | }; |
| 43 | interrupts0 { |
| 44 | interrupt-parent = <0x00000000>; |
| 45 | }; |
| 46 | interrupts1 { |
| 47 | interrupt-parent = <0x00000000>; |
| 48 | }; |
| 49 | interrupts-extended0 { |
| 50 | interrupts-extended = <0x00000000 0x00000008 |
| 51 | 0x00000018 0x00000024 |
| 52 | 0x0000002c 0x00000034 |
| 53 | 0x0000003c>; |
| 54 | }; |
| 55 | }; |
| 56 | testcase-device1 { |
| 57 | interrupt-parent = <0x00000000>; |
| 58 | }; |
| 59 | testcase-device2 { |
| 60 | interrupt-parent = <0x00000000>; |
| 61 | }; |
| 62 | }; |
Grant Likely | 2eb46da | 2014-10-02 14:36:46 +0100 | [diff] [blame] | 63 | }; }; |