The example should follow the practice or using a generic node name
instead of the precise programming model, as recommended by the DTSpec.
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
 
 Example for a SPI device node:
 
-       lis302@0 {
+       accelerometer@0 {
                compatible = "st,lis302dl-spi";
                reg = <0>;
                spi-max-frequency = <1000000>;
 
 Example for a I2C device node:
 
-       lis331dlh: lis331dlh@18 {
+       lis331dlh: accelerometer@18 {
                compatible = "st,lis331dlh", "st,lis3lv02d";
                reg = <0x18>;
                Vdd-supply = <&lis3_reg>;