You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/dts-v1/; |
|
|
|
/ { |
|
ports { |
|
#address-cells = <1>; |
|
#size-cells = <0>; |
|
|
|
bad_endpoint: port-a@0 { |
|
reg = <0>; |
|
#address-cells = <1>; |
|
#size-cells = <0>; |
|
|
|
endpoint@d0 { |
|
reg = <0>; |
|
remote-endpoint = <0xdeadbeef>; |
|
}; |
|
|
|
}; |
|
|
|
port@1 { |
|
reg = <0>; |
|
}; |
|
}; |
|
};
|
|
|