File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 3838
3939 test_pinctrl: pin-controller {
4040 compatible = "vnd,pinctrl";
41+
4142 test_pincfg_a: pincfg-a {};
43+
4244 test_pincfg_b: pincfg-b {};
45+
4346 test_pincfg_c: pincfg-c {};
47+
4448 test_pincfg_d: pincfg-d {};
4549 };
4650
252256 test_i2c_mux: i2c-mux@12 {
253257 compatible = "vnd,i2c-mux";
254258 reg = <0x12>;
259+
255260 i2c-mux-ctlr-1 {
256261 compatible = "vnd,i2c-mux-controller";
257262 #address-cells = <1>;
258263 #size-cells = <0>;
264+
259265 test_muxed_i2c_dev_1: muxed-i2c-dev@10 {
260266 compatible = "vnd,i2c-device";
261267 status = "disabled";
262268 reg = <0x10>;
263269 };
264270 };
271+
265272 i2c-mux-ctlr-2 {
266273 compatible = "vnd,i2c-mux-controller";
267274 #address-cells = <1>;
268275 #size-cells = <0>;
276+
269277 test_muxed_i2c_dev_2: muxed-i2c-dev@10 {
270278 compatible = "vnd,i2c-device";
271279 status = "disabled";
658666 val = <0>;
659667 status = "okay";
660668 };
669+
661670 test_child_b: child@b {
662671 reg = <0xb>;
663672 val = <1>;
664673 status = "okay";
665674 };
675+
666676 test_child_c: child@c {
667677 reg = <0xc>;
668678 val = <2>;
857867 flash@20000000 {
858868 compatible = "soc-nv-flash";
859869 reg = <0x20000000 0x100>;
870+
860871 partitions {
861872 compatible = "fixed-partitions";
862873 #address-cells = <1>;
You can’t perform that action at this time.
0 commit comments