]> git.ipfire.org Git - people/ms/u-boot.git/blame - test/overlay/test-fdt-overlay-stacked.dts
rockchip: clk: fix typo in rk322x clock driver
[people/ms/u-boot.git] / test / overlay / test-fdt-overlay-stacked.dts
CommitLineData
ea28e488
PA
1/*
2 * Copyright (c) 2016 NextThing Co
3 * Copyright (c) 2016 Free Electrons
4 * Copyright (c) 2018 Konsulko Group
5 *
6 * SPDX-License-Identifier: GPL-2.0+
7 */
8
9/dts-v1/;
10/plugin/;
11
12/ {
13 /* Test that we can reference an overlay symbol */
14 fragment@0 {
15 target = <&local>;
16
17 __overlay__ {
18 stacked-test-int-property = <43>;
19 };
20 };
21};