Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| hierarchical_device_files [2018/12/11 13:06] – [beaglebone.conf] rpjday | hierarchical_device_files [2018/12/11 13:08] (current) – [am335x-boneblack.dts] rpjday | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| KERNEL_EXTRA_ARGS += " | KERNEL_EXTRA_ARGS += " | ||
| ... | ... | ||
| + | </ | ||
| + | |||
| + | ===== The .dts files ===== | ||
| + | |||
| + | ==== am335x-boneblack.dts ==== | ||
| + | |||
| + | < | ||
| + | #include " | ||
| + | #include " | ||
| + | #include " | ||
| + | |||
| + | / { | ||
| + | model = "TI AM335x BeagleBone Black"; | ||
| + | compatible = " | ||
| + | }; | ||
| + | |||
| + | & | ||
| + | /* | ||
| + | * All PG 2.0 silicon may not support 1GHz but some of the early | ||
| + | * BeagleBone Blacks have PG 2.0 silicon which is guaranteed | ||
| + | * to support 1GHz OPP so enable it for PG 2.0 on this board. | ||
| + | */ | ||
| + | oppnitro-1000000000 { | ||
| + | opp-supported-hw = <0x06 0x0100>; | ||
| + | }; | ||
| + | }; | ||
| + | |||
| + | </ | ||
| + | |||
| + | ==== am335x-bonegreen.dts ==== | ||
| + | |||
| + | < | ||
| + | #include " | ||
| + | #include " | ||
| + | #include " | ||
| + | |||
| + | / { | ||
| + | model = "TI AM335x BeagleBone Green"; | ||
| + | compatible = " | ||
| + | }; | ||
| </ | </ | ||