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" |
Pantelis Antoniou | 177d271 | 2014-10-28 22:35:59 +0200 | [diff] [blame] | 16 | #include "tests-overlay.dtsi" |
Grant Likely | 2eb46da | 2014-10-02 14:36:46 +0100 | [diff] [blame] | 17 | |
| 18 | /* |
| 19 | * phandle fixup data - generated by dtc patches that aren't upstream. |
| 20 | * This data must be regenerated whenever phandle references are modified in |
| 21 | * the testdata tree. |
| 22 | * |
| 23 | * The format of this data may be subject to change. For the time being consider |
| 24 | * this a kernel-internal data format. |
| 25 | */ |
| 26 | / { __local_fixups__ { |
Pantelis Antoniou | da56d04 | 2014-10-28 22:33:49 +0200 | [diff] [blame] | 27 | testcase-data { |
| 28 | phandle-tests { |
| 29 | consumer-a { |
| 30 | phandle-list = <0x00000000 0x00000008 |
| 31 | 0x00000018 0x00000028 |
| 32 | 0x00000034 0x00000038>; |
| 33 | phandle-list-bad-args = <0x00000000 0x0000000c>; |
| 34 | }; |
| 35 | }; |
| 36 | interrupts { |
| 37 | intmap0 { |
| 38 | interrupt-map = <0x00000004 0x00000010 |
| 39 | 0x00000024 0x00000034>; |
| 40 | }; |
| 41 | intmap1 { |
| 42 | interrupt-map = <0x0000000c>; |
| 43 | }; |
| 44 | interrupts0 { |
| 45 | interrupt-parent = <0x00000000>; |
| 46 | }; |
| 47 | interrupts1 { |
| 48 | interrupt-parent = <0x00000000>; |
| 49 | }; |
| 50 | interrupts-extended0 { |
| 51 | interrupts-extended = <0x00000000 0x00000008 |
| 52 | 0x00000018 0x00000024 |
| 53 | 0x0000002c 0x00000034 |
| 54 | 0x0000003c>; |
| 55 | }; |
| 56 | }; |
| 57 | testcase-device1 { |
| 58 | interrupt-parent = <0x00000000>; |
| 59 | }; |
| 60 | testcase-device2 { |
| 61 | interrupt-parent = <0x00000000>; |
| 62 | }; |
Pantelis Antoniou | 177d271 | 2014-10-28 22:35:59 +0200 | [diff] [blame] | 63 | overlay2 { |
| 64 | fragment@0 { |
| 65 | target = <0x00000000>; |
| 66 | }; |
| 67 | }; |
| 68 | overlay3 { |
| 69 | fragment@0 { |
| 70 | target = <0x00000000>; |
| 71 | }; |
| 72 | }; |
| 73 | overlay4 { |
| 74 | fragment@0 { |
| 75 | target = <0x00000000>; |
| 76 | }; |
| 77 | }; |
Pantelis Antoniou | da56d04 | 2014-10-28 22:33:49 +0200 | [diff] [blame] | 78 | }; |
Grant Likely | 2eb46da | 2014-10-02 14:36:46 +0100 | [diff] [blame] | 79 | }; }; |