hc
2024-03-26 e0728245c89800c2038c23308f2d88969d5b41c8
1
2
3
4
5
6
7
8
9
10
/ {
   serial: serial {
       u-boot,dm-pre-reloc;
       compatible = "ns16550";
       reg = <0x3f8 8>;
       reg-shift = <0>;
       clock-frequency = <1843200>;
       current-speed = <115200>;
   };
};