1234567891011121314151617181920212223242526272829303132333435363738394041 |
- /dts-v1/;
- /memreserve/ 0x05e00000 0x00100000;
- #include "hi6220.dtsi"
- / {
- model = "HiKey Development Board";
- compatible = "hisilicon,hi6220-hikey", "hisilicon,hi6220";
- aliases {
- serial0 = &uart0;
- serial1 = &uart1;
- serial2 = &uart2;
- serial3 = &uart3;
- };
- chosen {
- stdout-path = "serial3:115200n8";
- };
- memory@0 {
- device_type = "memory";
- reg = <0x0 0x0 0x0 0x40000000>;
- };
- };
- &uart2 {
- label = "LS-UART0";
- };
- &uart3 {
- label = "LS-UART1";
- };
|