// SPDX-License-Identifier: GPL-2.0+ | |
#include <config.h> | |
/{ | |
memory@80000000 { | |
device_type = "memory"; | |
reg = <0x00000000 0x80000000 0 0x80000000>; | |
/* DRAM space - 1, size : 2 GB DRAM */ | |
}; | |
}; | |
&duart0 { | |
bootph-all; | |
}; | |
&duart1 { | |
bootph-all; | |
}; | |
&pcie1 { | |
status = "okay"; | |
}; | |
&pcie2 { | |
status = "okay"; | |
}; | |
&pcie3 { | |
status = "okay"; | |
}; | |
&usb0 { | |
compatible = "fsl,layerscape-dwc3", "snps,dwc3"; | |
}; | |
&usb1 { | |
compatible = "fsl,layerscape-dwc3", "snps,dwc3"; | |
}; | |