* Graeme Smecher <gsmecher@xxxxxxxxxxxxxxxxxxx> [190103 23:16]: > --- /dev/null > +++ b/arch/arm/boot/dts/am3874-iceboard.dts > +/ { > + model = "Winterland IceBoard"; > + compatible = "winterland,iceboard", "ti,dm8148", "ti,dm814"; > + > + memory@80000000 { > + device_type = "memory"; > + reg = <0x80000000 0x40000000>; /* 1 GB */ > + }; You probably also want chosen with stdout-path here too so you can see early debug messages with CONFIG_SERIAL_EARLYCON=y and earlycon in the kernel command line. See for example what am335x-bone-common.dtsi. Regards, Tony