Changes between Version 11 and Version 12 of linux/devicetree
- Timestamp:
- 08/17/2021 04:40:44 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/devicetree
v11 v12 58 58 * show board serialnumber 59 59 {{{#!bash 60 # Newport and Venice product family61 60 echo $(cat /proc/device-tree/serial-number) 62 # Ventana product family63 echo $(cat /proc/device-tree/system-serial)64 61 }}} 65 62 * show devicetree compatible node (this describes which device-tree was used as there is one per base-board design):