162306a36Sopenharmony_ci* Chipselect/Local Bus
262306a36Sopenharmony_ci
362306a36Sopenharmony_ciProperties:
462306a36Sopenharmony_ci- name : Should be localbus
562306a36Sopenharmony_ci- #address-cells : Should be either two or three.  The first cell is the
662306a36Sopenharmony_ci                   chipselect number, and the remaining cells are the
762306a36Sopenharmony_ci                   offset into the chipselect.
862306a36Sopenharmony_ci- #size-cells : Either one or two, depending on how large each chipselect
962306a36Sopenharmony_ci                can be.
1062306a36Sopenharmony_ci- ranges : Each range corresponds to a single chipselect, and cover
1162306a36Sopenharmony_ci           the entire access window as configured.
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ciExample:
1462306a36Sopenharmony_ci	localbus@f0010100 {
1562306a36Sopenharmony_ci		compatible = "fsl,mpc8272-localbus",
1662306a36Sopenharmony_ci			   "fsl,pq2-localbus";
1762306a36Sopenharmony_ci		#address-cells = <2>;
1862306a36Sopenharmony_ci		#size-cells = <1>;
1962306a36Sopenharmony_ci		reg = <0xf0010100 0x40>;
2062306a36Sopenharmony_ci
2162306a36Sopenharmony_ci		ranges = <0x0 0x0 0xfe000000 0x02000000
2262306a36Sopenharmony_ci			  0x1 0x0 0xf4500000 0x00008000
2362306a36Sopenharmony_ci			  0x2 0x0 0xfd810000 0x00010000>;
2462306a36Sopenharmony_ci
2562306a36Sopenharmony_ci		flash@0,0 {
2662306a36Sopenharmony_ci			compatible = "jedec-flash";
2762306a36Sopenharmony_ci			reg = <0x0 0x0 0x2000000>;
2862306a36Sopenharmony_ci			bank-width = <4>;
2962306a36Sopenharmony_ci			device-width = <1>;
3062306a36Sopenharmony_ci		};
3162306a36Sopenharmony_ci
3262306a36Sopenharmony_ci		board-control@1,0 {
3362306a36Sopenharmony_ci			reg = <0x1 0x0 0x20>;
3462306a36Sopenharmony_ci			compatible = "fsl,mpc8272ads-bcsr";
3562306a36Sopenharmony_ci		};
3662306a36Sopenharmony_ci
3762306a36Sopenharmony_ci		simple-periph@2,0 {
3862306a36Sopenharmony_ci			compatible = "fsl,elbc-gpcm-uio";
3962306a36Sopenharmony_ci			reg = <0x2 0x0 0x10000>;
4062306a36Sopenharmony_ci			elbc-gpcm-br = <0xfd810800>;
4162306a36Sopenharmony_ci			elbc-gpcm-or = <0xffff09f7>;
4262306a36Sopenharmony_ci		};
4362306a36Sopenharmony_ci	};
44