96 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			96 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| /*
 | |
| * Copyright 2014 Linaro Limited
 | |
| * Author: Matt Porter <mporter@linaro.org>
 | |
| *
 | |
| * This program is free software; you can redistribute it and/or modify it
 | |
| * under  the terms of the GNU General  Public License as published by the
 | |
| * Free Software Foundation;  either version 2 of the License, or (at your
 | |
| * option) any later version.
 | |
| */
 | |
| 
 | |
| &pmu {
 | |
| 	compatible = "brcm,bcm59056";
 | |
| 	regulators {
 | |
| 		rfldo_reg: rfldo {
 | |
| 		};
 | |
| 
 | |
| 		camldo1_reg: camldo1 {
 | |
| 		};
 | |
| 
 | |
| 		camldo2_reg: camldo2 {
 | |
| 		};
 | |
| 
 | |
| 		simldo1_reg: simldo1 {
 | |
| 		};
 | |
| 
 | |
| 		simldo2_reg: simldo2 {
 | |
| 		};
 | |
| 
 | |
| 		sdldo_reg: sdldo {
 | |
| 		};
 | |
| 
 | |
| 		sdxldo_reg: sdxldo {
 | |
| 		};
 | |
| 
 | |
| 		mmcldo1_reg: mmcldo1 {
 | |
| 		};
 | |
| 
 | |
| 		mmcldo2_reg: mmcldo2 {
 | |
| 		};
 | |
| 
 | |
| 		audldo_reg: audldo {
 | |
| 		};
 | |
| 
 | |
| 		micldo_reg: micldo {
 | |
| 		};
 | |
| 
 | |
| 		usbldo_reg: usbldo {
 | |
| 		};
 | |
| 
 | |
| 		vibldo_reg: vibldo {
 | |
| 		};
 | |
| 
 | |
| 		csr_reg: csr {
 | |
| 		};
 | |
| 
 | |
| 		iosr1_reg: iosr1 {
 | |
| 		};
 | |
| 
 | |
| 		iosr2_reg: iosr2 {
 | |
| 		};
 | |
| 
 | |
| 		msr_reg: msr {
 | |
| 		};
 | |
| 
 | |
| 		sdsr1_reg: sdsr1 {
 | |
| 		};
 | |
| 
 | |
| 		sdsr2_reg: sdsr2 {
 | |
| 		};
 | |
| 
 | |
| 		vsr_reg: vsr {
 | |
| 		};
 | |
| 
 | |
| 		gpldo1_reg: gpldo1 {
 | |
| 		};
 | |
| 
 | |
| 		gpldo2_reg: gpldo2 {
 | |
| 		};
 | |
| 
 | |
| 		gpldo3_reg: gpldo3 {
 | |
| 		};
 | |
| 
 | |
| 		gpldo4_reg: gpldo4 {
 | |
| 		};
 | |
| 
 | |
| 		gpldo5_reg: gpldo5 {
 | |
| 		};
 | |
| 
 | |
| 		gpldo6_reg: gpldo6 {
 | |
| 		};
 | |
| 
 | |
| 		vbus_reg: vbus {
 | |
| 		};
 | |
| 	};
 | |
| };
 | 
