dts/x86: Enable PTM root device
Port 0 exposes such capability. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
23a0ce4ff3
commit
19836913d8
|
@ -48,6 +48,15 @@
|
||||||
compatible = "intel,pcie";
|
compatible = "intel,pcie";
|
||||||
ranges;
|
ranges;
|
||||||
|
|
||||||
|
ptm_root0: ptm_root@e000 {
|
||||||
|
compatible = "ptm-root";
|
||||||
|
|
||||||
|
reg = <PCIE_BDF(0,0x1c,0) PCIE_ID(0x8086,0x4b38)>;
|
||||||
|
label = "PTM_ROOT_0";
|
||||||
|
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
uart0: uart@f000 {
|
uart0: uart@f000 {
|
||||||
compatible = "ns16550";
|
compatible = "ns16550";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue