1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * Copyright (C) 2021 Trevor Woerner <twoerner@gmail.com> 4 */ 5 6/{ 7 model = "Embedded Artists LPC3250 DevKit v2 board based on the NXP LPC3250 SoC"; 8 chosen { 9 stdout-path = &uart5; 10 }; 11}; 12 13&uart5 { 14 compatible = "nxp,lpc3220-uart", "ns16550a"; 15}; 16