1/*
2 * Copyright (c) 2019 Carlo Caione <ccaione@baylibre.com>
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#include "skeleton.dtsi"
8
9/ {
10 soc {
11 #address-cells = <1>;
12 #size-cells = <1>;
13 compatible = "simple-bus";
14 ranges;
15 };
16};
17