/include/ "system-conf.dtsi" / { fii-dt-driver{ #address-cells = <1>; #size-cells = <1>; compatible = "fii,fii-dt-driver"; reg = <0x43c00000 8>; }; //Test nodes test_node1{ compatible = "fii,fii-dt-driver"; status = "okay"; default-state = "off"; device_type = "test_device_type1"; test_array = [12345678 aabbccdd 1234 abcd1234]; test_node2{ compatible = "fii,fii-dt-driver"; status = "okay"; default-state = "on"; device_type = "test_device_type2"; u8_test_array = /bits/ 8 <0x10 0x20 0x30 0x40 0x50>; u16_test_array = /bits/ 16 <0x1000 0x2000 0x3000 0x4000 0x5000>; u32_test_array = /bits/ 32 <0x100000 0x200000 0x300000 0x400000 0x500000>; u64_test_array = /bits/ 64 <0x10000000 0x20000000 0x30000000 0x40000000 0x50000000>; u8_test = /bits/ 8 <0x99>; u16_test = /bits/ 16 <0x9999>; u32_test = /bits/ 32 <0x999999>; u64_test = /bits/ 64 <0x99999999>; }; }; };