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