/* * SPDX-License-Identifier: Apache-2.0 * * Copyright (C) 2021, Intel Corporation * */ /dts-v1/; #include / { model = "Intel SoC FPGA Agilex"; compatible = "intel,socfpga-agilex"; #address-cells = <1>; #size-cells = <1>; chosen { zephyr,console = &uart0; zephyr,shell-uart = &uart0; zephyr,sram = &mem0; }; }; &uart0 { status = "okay"; current-speed = <115200>; }; &qspi { status = "okay"; mt25qu02g@0 { compatible = "micron,mt25qu02g"; reg = <0>; size = ; /* in bits */ status = "okay"; }; };