1*2846c905SEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0+ 2*2846c905SEmmanuel Vadot/* 3*2846c905SEmmanuel Vadot * Copyright (c) 2024 Blaize, Inc. All rights reserved. 4*2846c905SEmmanuel Vadot */ 5*2846c905SEmmanuel Vadot 6*2846c905SEmmanuel Vadot#include "blaize-blzp1600.dtsi" 7*2846c905SEmmanuel Vadot 8*2846c905SEmmanuel Vadot/ { 9*2846c905SEmmanuel Vadot memory@0 { 10*2846c905SEmmanuel Vadot device_type = "memory"; 11*2846c905SEmmanuel Vadot reg = <0x0 0x0 0x1 0x0>; 12*2846c905SEmmanuel Vadot }; 13*2846c905SEmmanuel Vadot}; 14*2846c905SEmmanuel Vadot 15*2846c905SEmmanuel Vadot/* i2c4 bus is available only on the SoM, not on the board */ 16*2846c905SEmmanuel Vadot&i2c4 { 17*2846c905SEmmanuel Vadot clock-frequency = <100000>; 18*2846c905SEmmanuel Vadot status = "okay"; 19*2846c905SEmmanuel Vadot}; 20*2846c905SEmmanuel Vadot 21*2846c905SEmmanuel Vadot&uart0 { 22*2846c905SEmmanuel Vadot status = "okay"; 23*2846c905SEmmanuel Vadot}; 24