mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-27 06:30:56 +07:00
b77816dea3
Also, use inclusive register size for uart0. Signed-off-by: Jason Cooper <jason@lakedaemon.net>
26 lines
501 B
Plaintext
26 lines
501 B
Plaintext
/dts-v1/;
|
|
|
|
/include/ "kirkwood.dtsi"
|
|
|
|
/ {
|
|
model = "Globalscale Technologies Dreamplug";
|
|
compatible = "globalscale,dreamplug-003-ds2001", "globalscale,dreamplug", "mrvl,kirkwood-88f6281", "mrvl,kirkwood";
|
|
|
|
memory {
|
|
device_type = "memory";
|
|
reg = <0x00000000 0x20000000>;
|
|
};
|
|
|
|
chosen {
|
|
bootargs = "console=ttyS0,115200n8 earlyprintk";
|
|
};
|
|
|
|
serial@f1012000 {
|
|
compatible = "ns16550a";
|
|
reg = <0xf1012000 0x100>;
|
|
reg-shift = <2>;
|
|
interrupts = <33>;
|
|
clock-frequency = <200000000>;
|
|
};
|
|
};
|