修正 dts 文件示例.

Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
rick.chan 2020-06-05 11:36:18 +08:00
parent 4622794cf9
commit d4ba3cee0f
1 changed files with 2 additions and 1 deletions

View File

@ -83,7 +83,8 @@ dtb编译 dtc 后得到的二进制设备树文件Linux 内核可加载和
   spi@10115000 {
     compatible = "arm,pl022";
     reg = <0x10115000 0x1000 >;
     interrupts = < 4 0 >;50    };
     interrupts = < 4 0 >;50
   };
   external-bus {
     #address-cells = <2>