修正 dts 文件示例.
Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
parent
4622794cf9
commit
d4ba3cee0f
|
@ -83,7 +83,8 @@ dtb:编译 dtc 后得到的二进制设备树文件,Linux 内核可加载和
|
||||||
spi@10115000 {
|
spi@10115000 {
|
||||||
compatible = "arm,pl022";
|
compatible = "arm,pl022";
|
||||||
reg = <0x10115000 0x1000 >;
|
reg = <0x10115000 0x1000 >;
|
||||||
interrupts = < 4 0 >;50 };
|
interrupts = < 4 0 >;50
|
||||||
|
};
|
||||||
|
|
||||||
external-bus {
|
external-bus {
|
||||||
#address-cells = <2>
|
#address-cells = <2>
|
||||||
|
|
Loading…
Reference in New Issue