1/*
2 * Copyright (c) 2020 Henrik Brix Andersen <henrik@brixandersen.dk>
3 * Copyright 2024, NXP
4 *
5 * SPDX-License-Identifier: Apache-2.0
6 */
7
8/dts-v1/;
9
10#include <nxp/nxp_lpc55S16_ns.dtsi>
11#include "lpcxpresso55s16_common.dtsi"
12
13/ {
14	model = "NXP LPCXpresso55S16 board";
15	compatible = "nxp,lpc55xxx", "nxp,lpc";
16};
17
18/*
19 * Default for this board is to allocate SRAM0-2 for data.  But the
20 * application can have an application specific device tree to
21 * allocate the SRAMs differently.
22 */
23&sram0 {
24	reg = <0x20000000 DT_SIZE_K(64)>;
25};
26
27zephyr_udc0: &usbhs {
28	status = "okay";
29	phy_handle = <&usbphy1>;
30};
31
32&usbphy1 {
33	status = "okay";
34	tx-d-cal = <5>;
35	tx-cal-45-dp-ohms = <10>;
36	tx-cal-45-dm-ohms = <10>;
37};
38