1/* 2 * Copyright (c) 2018 Lexmark International, Inc. 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